This is more a general python question, but does anyone know how to modify
the inheritance of an object ( an actual instance of an object not the class
definition ) at runtime?  i.e.  I have 

class A:

and

class B

I go along happily..

a = A()
b = B()

now I want b inherit from a, using the objects just created above,  not
creating new ones..  I saw this done somewhere ( Webware maybe? ) but I
can't find it now.

Thanks,
Stefan   
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to