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

Function _get_code_array

tools/python-3.11.9-amd64/Lib/dis.py:187–188  ·  view source on GitHub ↗
(co, adaptive)

Source from the content-addressed store, hash-verified

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
189
190def code_info(x):
191 """Formatted details of methods, functions, or code."""

Callers 4

get_instructionsFunction · 0.85
disassembleFunction · 0.85
__iter__Method · 0.85
disMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected