MCPcopy 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
214def _deoptop(op):
215 name = _all_opname[op]
216 return _all_opmap[deoptmap[name]] if name in deoptmap else op
217
218def _get_code_array(co, adaptive):
219 if adaptive:

Callers 7

_get_jump_targetFunction · 0.85
baseopcodeMethod · 0.85
offset_from_jump_argMethod · 0.85
get_argval_argreprMethod · 0.85
_get_instructions_bytesFunction · 0.85
print_instructionsFunction · 0.85
_unpack_opargsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected