MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example.py

File example.py

src/9/disassembling_python_byte_code/example.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Example of manual disassembly of bytecode
2
3import opcode
4

Callers

nothing calls this directly

Calls 1

generate_opcodesFunction · 0.85

Tested by

no test coverage detected