Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ pydoc.py
File
pydoc.py
tools/python-3.11.9-amd64/Lib/pydoc.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env python3
2
""
"Generate Python documentation in HTML or text
for
interactive use.
3
4
At the Python interactive prompt, calling help(thing) on a Python object
Callers
nothing calls this directly
Calls
7
TextDoc
Class · 0.85
_PlainTextDoc
Class · 0.85
HTMLDoc
Class · 0.85
Helper
Class · 0.85
cli
Function · 0.85
set
Function · 0.50
compile
Method · 0.45
Tested by
no test coverage detected