class C: def method(self): self.another() def another(self): pass