Introspection
Quinn Dunkan
quinn at retch.ugcs.caltech.edu
Thu Jun 28 13:41:18 EDT 2001
On 28 Jun 2001 10:23:59 -0700, gods1child <alankarmisra at hotmail.com> wrote:
>Is there a good resource that gives comprehensive coverage of Python's
>introspection capabilities all in one place?
>
>Thanx.
Try the reference manual. Look up code objects, stack frame objects, and
traceback objects. Also look in the library manual for 'Other Built-in
Types'. And the dis module.
If you want truly comprehensive coverage all in one place, try the source :)
They're also all on www.python.org, which is one place.
More information about the Python-list
mailing list