Help on help()

dbr517 at gmail.com dbr517 at gmail.com
Thu Feb 21 13:06:36 EST 2008


Is there any technique for preventing help from recursing into the
module tree??

If I do:

import my_module
help(my_module)

I'd like to see ONLY help on my_module, NOT help on all the functions
inherited from the various parent classes . . .

A quick search of the documentation didn't turn up anything . . . .

TIA .. .

Dan



More information about the Python-list mailing list