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

Method info

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

Return formatted information about the code object.

(self)

Source from the content-addressed store, hash-verified

735 )
736
737 def info(self):
738 """Return formatted information about the code object."""
739 return _format_code_info(self.codeobj)
740
741 def dis(self):
742 """Return a formatted view of the bytecode operations."""

Callers 2

_make_tarballFunction · 0.45
_make_zipfileFunction · 0.45

Calls 1

_format_code_infoFunction · 0.85

Tested by

no test coverage detected