Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
""
"
3
opcode module - potentially shared between dis and other modules which
4
operate on bytecodes (e.g. peephole optimizers).
Callers
nothing calls this directly
Calls
11
max
Function · 0.85
has_arg
Method · 0.80
has_const
Method · 0.80
has_name
Method · 0.80
has_jump
Method · 0.80
has_free
Method · 0.80
has_local
Method · 0.80
has_exc
Method · 0.80
sum
Function · 0.50
values
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected