Access class from staticmethod

Thomas Allen thomasmallen at gmail.com
Fri Apr 30 15:47:21 EDT 2010


Is that possible?

class A(object):
  @staticmethod
  def set_b(x):
    # A.b = x, without knowing A is "A"
    pass

Thomas



More information about the Python-list mailing list