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

Class Scanner33

uncompyle6/scanners/scanner33.py:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30class Scanner33(Scanner3):
31 def __init__(self, show_asm=False, is_pypy=False):
32 Scanner3.__init__(self, (3, 3), show_asm)
33 return
34
35 pass
36
37
38if __name__ == "__main__":

Callers 1

scanner33.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected