MCPcopy Index your code
hub / github.com/RustPython/RustPython / 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 11

maxFunction · 0.85
has_argMethod · 0.80
has_constMethod · 0.80
has_nameMethod · 0.80
has_jumpMethod · 0.80
has_freeMethod · 0.80
has_localMethod · 0.80
has_excMethod · 0.80
sumFunction · 0.50
valuesMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected