Union of class variables

Joan Miller peloko45 at gmail.com
Tue Feb 16 03:16:01 EST 2010


Is possible to get a third class with the class variables of another
two classes?

--------
class A:
    foo = 1

class B:
    bar = 2
--------



More information about the Python-list mailing list