I have this class:
class ReallyLongClassName: static_var = 5 def instance_method(self): ReallyLongClassName.static_var += 1
Use self.__class__.classAttr. This should work for both old & new style classes.
self.__class__.classAttr