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

Callers

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected