Python Forum
Understanding "help()" output?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Understanding "help()" output?
#3
Not sure this will help, but:

I wrote a package not long after I started programming in python (this is a warning)
called PyHarry, available here: https://github.com/Larz60p/PyHarry
in that, there is a module named HarryHelp.py (https://github.com/Larz60p/PyHarry/blob/...rryHelp.py)
In that module, there is a method named 'inspect_getHelp' you might find this useful. I believe the intent was
to get all of the help, but you perhaps can scrape some of what's there.
Reply


Messages In This Thread
Understanding "help()" output? - by Athenaeum - Sep-29-2017, 05:06 PM
RE: Understanding "help()" output? - by ichabod801 - Sep-29-2017, 05:21 PM
RE: Understanding "help()" output? - by Larz60+ - Sep-29-2017, 05:32 PM
RE: Understanding "help()" output? - by Athenaeum - Sep-29-2017, 09:32 PM
RE: Understanding "help()" output? - by nilamo - Sep-29-2017, 09:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Common understanding of output processing with conditional statement neail 6 888 Sep-17-2023, 03:58 PM
Last Post: neail
  Help understanding RegEx logic/output pyNewbee 4 2,292 Nov-15-2020, 02:21 AM
Last Post: pyNewbee
  understanding output of bytes/raw data rootVIII 3 2,771 Aug-01-2019, 01:00 PM
Last Post: rootVIII
  help on understanding this output landlord1984 1 2,967 Mar-08-2017, 08:29 PM
Last Post: zivoni

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020