Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pyclbr.py
File
pyclbr.py
Lib/pyclbr.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Parse a Python module and describe its classes and functions.
2
3
Parse enough of a Python file to recognize imports and
class
and
4
function definitions, and to find out the superclasses of a
class
.
Callers
nothing calls this directly
Calls
1
_main
Function · 0.70
Tested by
no test coverage detected