MCPcopy Index your code
hub / github.com/python/cpython / opcode.py

File opcode.py

Lib/opcode.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2"""
3opcode module - potentially shared between dis and other modules which
4operate on bytecodes (e.g. peephole optimizers).

Callers

nothing calls this directly

Calls 3

frozendictClass · 0.85
valuesMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected