Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pydoc.py
File
pydoc.py
Lib/pydoc.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Generate Python documentation in HTML or text
for
interactive use.
2
3
At the Python interactive prompt, calling help(thing) on a Python object
4
documents the object, and calling help() starts up an interactive
Callers
nothing calls this directly
Calls
7
set
Function · 0.85
TextDoc
Class · 0.85
_PlainTextDoc
Class · 0.85
HTMLDoc
Class · 0.85
Helper
Class · 0.85
cli
Function · 0.85
compile
Method · 0.45
Tested by
no test coverage detected