class C: def foo(self, option, arg): if option: self.bar(arg) def bar(self, arg): pass