Python flake8 crap

Was testing realgud's C-x!8 (goto flake8 warning/error)
This commit is contained in:
rocky
2016-12-18 20:18:19 -05:00
parent c7c0a98982
commit e6761e13bb
8 changed files with 11 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ class Scanner2(scan.Scanner):
self.jump_forward = frozenset([self.opc.JUMP_ABSOLUTE, self.opc.JUMP_FORWARD])
# This is the 2.5+ default
# For <2.5 it is <generator expression>
self.genexpr_name = '<genexpr>';
self.genexpr_name = '<genexpr>'
@staticmethod
def unmangle_name(name, classname):
@@ -68,7 +68,6 @@ class Scanner2(scan.Scanner):
varnames = co.co_varnames
return free, names, varnames
def ingest(self, co, classname=None, code_objects={}, show_asm=None):
"""
Pick out tokens from an uncompyle6 code object, and transform them,