You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
option to show asm and DRY.
Get ready for some 2.3 support
This commit is contained in:
@@ -17,8 +17,8 @@ JUMP_OPs = map(lambda op: opc.opname[op], opc.hasjrel + opc.hasjabs)
|
||||
from uncompyle6.scanners.scanner3 import Scanner3
|
||||
class Scanner34(Scanner3):
|
||||
|
||||
def __init__(self):
|
||||
super(Scanner3, self).__init__(3.4)
|
||||
def __init__(self, show_asm=False):
|
||||
super(Scanner3, self).__init__(3.4, show_asm)
|
||||
return
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user