Get a method instance through 'getattr' but not superclass's method

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Mar 11 13:45:03 EST 2010


En Thu, 11 Mar 2010 01:47:30 -0300, Radhakrishna Bhat
<radhakrishna12 at gmail.com> 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




More information about the Python-list mailing list