mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
7 lines
113 B
Python
7 lines
113 B
Python
"""
|
|
:type foo: int
|
|
:type bar: str
|
|
"""
|
|
def fcn(self, foo, bar):
|
|
self.foo = foo
|
|
self.bar = bar |