http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/test_tools.html
_ignored_issues = {} for line in CONFIG [ ' pyflakes.ignore ' ]: path , issue = line . split ( ' = > ' ) self . _ignored_issues . setdefault ( path . strip (), []) . append ( issue . strip ()) def unexpectedError ( self , filename , msg ): self . _register_issue ( filename , None , msg , None ) def syntaxError ( self , filename , msg , lineno , offset , text ): self .