http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/test_tools.html
BaseReport ): def init_file ( self , filename , lines , expected , line_offset ): super ( StyleReport , self ) . init_file ( filename , lines , expected , line_offset ) if not check_newlines and not check_exception_keyword and not prefer_single_quotes : return is_block_comment = False for ignored_path in ignore_all_for_files : if filename . endswith ( ignored_path ): return for index , line in enumerate ( lines ): content = line . split ( ' # ' , 1 )[ 0 ] . strip () if check_newlines and ' \r ' in line :...