blob: fe14fa7b461ef8d5c84ae7d74cca236aa2788ef6 [file] [log] [blame]
Tor Norbye814f8292014-03-06 17:27:18 -08001"""
2 :type foo: int
3 :type bar: str
4 """
5def fcn(self, foo, bar):
6 self.foo = foo
7 self.bar = bar