MCPcopy Index your code
hub / github.com/python/cpython / _deoptop

Function _deoptop

Lib/dis.py:215–217  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…