MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _deoptop

Function _deoptop

tools/python-3.11.9-amd64/Lib/dis.py:183–185  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

181 type(x).__name__)
182
183def _deoptop(op):
184 name = _all_opname[op]
185 return _all_opmap[deoptmap[name]] if name in deoptmap else op
186
187def _get_code_array(co, adaptive):
188 return co._co_code_adaptive if adaptive else co.co_code

Callers 2

_get_instructions_bytesFunction · 0.85
_unpack_opargsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected