class C: def method(self, x): test = 1 inst = C() inst . method(1) C . method(inst, 42)