So I went digging through the documentation more and found the following: http://docs.python.org/ref/types.html
There's a section titled "User-defined methods" which covers all the im_self, im_class attributes and what they are responsible for. vic On 25 Feb 2005 10:42:06 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Another way is to make a simple metaclass, setting an attribute (like > defining_class, or something) on each function object in the class > dictionary. > > -- > http://mail.python.org/mailman/listinfo/python-list > -- --- "Never attribute to malice that which can be adequately explained by stupidity." - Hanlon's Razor -- http://mail.python.org/mailman/listinfo/python-list