class P():
    pass

class C(P):
    pass

Can I get P from C? 

IOW, can I get a reference to the object P from the object C? This should be 
obvious one way or the other, but I haven't been able to find the answer.

Regards,

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

Reply via email to