MCPcopy
hub / github.com/rocky/python-uncompyle6 / Scanner34

Class Scanner34

uncompyle6/scanners/scanner34.py:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33from uncompyle6.scanners.scanner3 import Scanner3
34class Scanner34(Scanner3):
35
36 def __init__(self, show_asm=None):
37 Scanner3.__init__(self, (3, 4), show_asm)
38 return
39 pass
40
41if __name__ == "__main__":
42 from xdis.version_info import PYTHON_VERSION_TRIPLE, version_tuple_to_str

Callers 1

scanner34.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected