How can I get access to a variable inside a method outside the class?
class alpha(): c = 9 def __inobjectit__(self, k): self.k = k def am