> 
> That by itself is not enough, the method could be inherited; one should
> walk the base classes in the MRO to find the right one. And deal with
> classmethods and staticmethods. And decorators that don't preserve meta
> information... Hmmm, I think it isn't so trivial as it seems.

You might even have an instance-unique method. But I think the OP is
satisfied with a 90%-solution.

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

Reply via email to