SYMBOL INDEX (25 symbols across 1 files) FILE: urless/urless.py function verbose (line 85) | def verbose(): function write (line 92) | def write(text=""): function writerr (line 102) | def writerr(text=""): function showVersion (line 109) | def showVersion(): function showBanner (line 142) | def showBanner(): function getConfig (line 153) | def getConfig(): function ensureConfig (line 329) | def ensureConfig(): function handler (line 373) | def handler(signal_received, frame): function paramsToDict (line 382) | def paramsToDict(params: str) -> list: function dictToParams (line 405) | def dictToParams(params: dict) -> str: function compareParams (line 428) | def compareParams(currentParams: list, newParams: dict) -> bool: function isUnwantedContent (line 443) | def isUnwantedContent(path: str) -> bool: function createPattern (line 471) | def createPattern(path: str) -> str: function patternExists (line 517) | def patternExists(pattern: str) -> bool: function matchesPatterns (line 533) | def matchesPatterns(path: str) -> bool: function hasFilterKeyword (line 546) | def hasFilterKeyword(path: str) -> bool: function hasBadExtension (line 557) | def hasBadExtension(path: str) -> bool: function removeParameters (line 568) | def removeParameters(params) -> dict: function processUrl (line 583) | def processUrl(line): function processLine (line 659) | def processLine(line): function processInput (line 682) | def processInput(): function processOutput (line 706) | def processOutput(): function showOptionsAndConfig (line 795) | def showOptionsAndConfig(): function argCheckRegexCustomID (line 940) | def argCheckRegexCustomID(value): function main (line 959) | def main():