mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-27 15:10:55 +00:00
dissasemble_file output is needed for pytest
This commit is contained in:
parent
7880e0d7b1
commit
ba5a6e790b
@ -65,6 +65,8 @@ def disco(version, co, out=None):
|
||||
scanner = get_scanner(version)
|
||||
tokens, customize = scanner.disassemble(co)
|
||||
|
||||
for t in tokens:
|
||||
print(t, file=real_out)
|
||||
print(file=out)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user