guide to introspecting python?

Peter Hansen peter at engcorp.com
Tue Aug 3 21:26:08 EDT 2004


Mark Harrison wrote:

> What's a good document to read in order to understand some
> of python's introspective functions?
...
> PS, you will probably recognize this as my attempt to
> generate programatically the module/function/parameter
> index I previously asked about...

Isn't the "inspect" standard module exactly what you need?



More information about the Python-list mailing list