def fcn(self, foo, bar): """ :type foo: int :type bar: str """ self.foo = foo self.bar = bar