You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Respect after/both option in scanner3
This commit is contained in:
@@ -287,6 +287,11 @@ class Scanner3(scan.Scanner):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
if show_asm in ('both', 'after'):
|
||||||
|
for t in tokens:
|
||||||
|
print(t.format())
|
||||||
|
print()
|
||||||
return tokens, {}
|
return tokens, {}
|
||||||
|
|
||||||
def build_lines_data(self, code_obj):
|
def build_lines_data(self, code_obj):
|
||||||
|
Reference in New Issue
Block a user