question with inspect module

Tool69 kibleur.christophe at gmail.com
Tue Feb 20 14:04:33 EST 2007


Hi,

I would like to retrieve all the classes, methods and functions of a
module.
I've used the inspect module for this, but inside a given class
(subclass of some other one), I wanted to retrieve only the methods
I've written, not the inherited one. How can I do ?

Thanks.




More information about the Python-list mailing list