thanks. It is working for simple classes. But now i am trying for complex
objects.

myclassinstance.__class__.dict__ returns <dictproxy object at %$^%>

Looping through the same returned dictproxy gives attributes of superclass.
What am i doing wrong?


On Fri, Mar 12, 2010 at 12:15 AM, Gabriel Genellina
<gagsl-...@yahoo.com.ar>wrote:

> En Thu, 11 Mar 2010 01:47:30 -0300, Radhakrishna Bhat
> <radhakrishn...@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
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to