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

Function code_info

tools/python-3.11.9-amd64/Lib/dis.py:190–192  ·  view source on GitHub ↗

Formatted details of methods, functions, or code.

(x)

Source from the content-addressed store, hash-verified

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."""
192 return _format_code_info(_get_code_object(x))
193
194def _format_code_info(co):
195 lines = []

Callers 1

show_codeFunction · 0.85

Calls 2

_format_code_infoFunction · 0.85
_get_code_objectFunction · 0.85

Tested by

no test coverage detected