PYTHONDOCS

Peter Hansen peter at engcorp.com
Mon Jan 2 12:47:18 EST 2006


J. D. Leach wrote:
> I'm lost. Surely I've missed something simple.

Maybe you can look in the source.  "help" is an object defined by 
site.py to be a "Helper" object from pydoc.py.  Look in your Python lib 
folder for pydoc.py and you should be able to trace through and find the 
source of the problem.  You can probably insert some print statements, 
or maybe use "import pdb; pdb.set_trace" or some such approach.

-Peter




More information about the Python-list mailing list