Is the content available in the html doc available in help()?

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Sat Sep 17 21:45:14 EDT 2016


On Sunday, September 18, 2016 at 12:51:11 PM UTC+12, Peng Yu wrote:
> I want to get the same content as the html doc from help().

    ldo at theon:~> pydoc3 inspect
    Help on module inspect:

    NAME
        inspect - Get useful information from live Python objects.

    MODULE REFERENCE
        https://docs.python.org/3.5/library/inspect

    (etc etc etc)

worked for me, and it’s for a more up-to-date version of Python as well...



More information about the Python-list mailing list