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@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...
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to