Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
This module encapsulates the interface provided by the internal special
4
attributes (co_*, im_*, tb_*, etc.) in a friendlier fashion.
Callers
nothing calls this directly
Calls
3
namedtuple
Function · 0.90
_main
Function · 0.70
items
Method · 0.45
Tested by
no test coverage detected