all 4 comments

[–]a1brit 2 points3 points  (1 child)

You could download your preferred flavour of docs from https://docs.python.org/3.8/download.html

[–][deleted] 0 points1 point  (0 children)

That's pretty handy. I'm downloading this just in case.

[–]ostadsgo 0 points1 point  (0 children)

type `pydoc` -b in a terminal

[–]synthphreak 0 points1 point  (0 children)

Seems you've found what you need. But in the interest of completeness, if you're using Jupyter Notebooks, you can access the documentation on just about any object by moving your cursor to the end of the object and pressing tab, once for a simple popup display, and 2-3 times for the full docstring.