MCPcopy Index your code
hub / github.com/python/cpython / inspect.py

File inspect.py

Lib/inspect.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Get useful information from live Python objects.
2
3This module encapsulates the interface provided by the internal special
4attributes (co_*, im_*, tb_*, etc.) in a friendlier fashion.

Callers

nothing calls this directly

Calls 3

namedtupleFunction · 0.90
_mainFunction · 0.70
itemsMethod · 0.45

Tested by

no test coverage detected