Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _deoptop
Function
_deoptop
Lib/dis.py:214–216 ·
view source on GitHub ↗
(op)
Source
from the content-addressed store, hash-verified
212
type(x).__name__)
213
214
def
_deoptop(op):
215
name = _all_opname[op]
216
return
_all_opmap[deoptmap[name]]
if
name in deoptmap
else
op
217
218
def
_get_code_array(co, adaptive):
219
if
adaptive:
Callers
7
_get_jump_target
Function · 0.85
baseopcode
Method · 0.85
offset_from_jump_arg
Method · 0.85
get_argval_argrepr
Method · 0.85
_get_instructions_bytes
Function · 0.85
print_instructions
Function · 0.85
_unpack_opargs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected