On Jul 16, 5:51 am, Erik Jones <[EMAIL PROTECTED]> wrote: > Say you're given a call event frame for a method call. How can you > tell if the code being executed came from a super class of the object > or class the method was called on? > > Erik Jones
You look if the method was defined in self.__class__.__dict__. Michele Simionato -- http://mail.python.org/mailman/listinfo/python-list