class variables

T.Rafie at ALCATEL.de T.Rafie at ALCATEL.de
Fri Mar 10 04:48:10 EST 2000


In C++ one can use static variables as class variables on which You have
access
from different instances of the class.  How can that be realized in
Python?
Think for example on a singleton-class which should have only one
instance.




More information about the Python-list mailing list