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

Class Scanner35

uncompyle6/scanners/scanner35.py:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class Scanner35(Scanner3):
34 def __init__(self, show_asm=None, is_pypy=False):
35 Scanner3.__init__(self, (3, 5), show_asm, is_pypy)
36 return
37
38 pass
39
40
41if __name__ == "__main__":

Callers 1

scanner35.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected