introspection

brad tilley rtilley at vt.edu
Thu Aug 31 21:58:09 EDT 2006


How do I import a module and then ask it to show me its methods or other 
aspects about itself during execution? I'd like to do something such as 
this:

import win32api

print win32api.methods()

I'd like to write some test scripts that load modules and probe them for 
information about themselves.



More information about the Python-list mailing list