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:
@@ -40,8 +40,8 @@ import uncompyle6.scanner as scan
|
||||
|
||||
class Scanner3(scan.Scanner):
|
||||
|
||||
def __init__(self, version):
|
||||
super(Scanner3, self).__init__(version)
|
||||
def __init__(self, version, show_asm=False):
|
||||
super(Scanner3, self).__init__(version, show_asm)
|
||||
|
||||
def disassemble(self, co, classname=None, code_objects={}):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user