1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/pydoc.md
Managor a5833ce758
*: make more information links dynamic (#16244)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-04-23 10:24:12 +03:00

367 B

pydoc

Display offline Python documentation. More information: https://docs.python.org/library/pydoc.html.

  • Print documentation on a subject (Python keyword, topic, function, module, package, etc.):

pydoc {{subject}}

  • Start an HTTP server on an arbitrary unused port and open a [b]rowser to see the documentation:

pydoc -b

  • Display help:

pydoc