En Thu, 11 Mar 2010 01:47:30 -0300, Radhakrishna Bhat
<[email protected]> escribió:

I am using getattr to get a method instance from a class. But it also
returns methods from the superclass. How to detect if an attribute is from
superclass?

You may look it up directly in the class dictionary (__dict__)

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to