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

Function _disassemble_str

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

Compile the source string, then disassemble the code object.

(source, **kwargs)

Source from the content-addressed store, hash-verified

580 print(f" {entry.start} to {end} -> {entry.target} [{entry.depth}]{lasti}", file=file)
581
582def _disassemble_str(source, **kwargs):
583 """Compile the source string, then disassemble the code object."""
584 _disassemble_recursive(_try_compile(source, '<dis>'), **kwargs)
585
586disco = disassemble # XXX For backwards compatibility
587

Callers 1

disFunction · 0.85

Calls 2

_disassemble_recursiveFunction · 0.85
_try_compileFunction · 0.85

Tested by

no test coverage detected