MCPcopy 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
3At the Python interactive prompt, calling help(thing) on a Python object
4documents the object, and calling help() starts up an interactive

Callers

nothing calls this directly

Calls 7

setFunction · 0.85
TextDocClass · 0.85
_PlainTextDocClass · 0.85
HTMLDocClass · 0.85
HelperClass · 0.85
cliFunction · 0.85
compileMethod · 0.45

Tested by

no test coverage detected