MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / Scanner31

Class Scanner31

uncompyle6/scanners/scanner31.py:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15from uncompyle6.scanners.scanner3 import Scanner3
16class Scanner31(Scanner3):
17
18 def __init__(self, show_asm=None, is_pypy=False):
19 Scanner3.__init__(self, (3, 1), show_asm, is_pypy)
20 return
21 pass
22
23if __name__ == "__main__":
24 from xdis.version_info import PYTHON_VERSION_TRIPLE, version_tuple_to_str

Callers 1

scanner31.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected