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

Class Scanner32

uncompyle6/scanners/scanner32.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18from uncompyle6.scanners.scanner3 import Scanner3
19class Scanner32(Scanner3):
20
21 def __init__(self, show_asm=None, is_pypy=False):
22 Scanner3.__init__(self, (3, 2), show_asm, is_pypy)
23 return
24 pass
25
26if __name__ == "__main__":
27 from xdis.version_info import PYTHON_VERSION_TRIPLE, version_tuple_to_str

Callers 1

scanner32.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected