mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
7 lines
124 B
Python
7 lines
124 B
Python
def fcn(self, foo, bar):
|
|
"""
|
|
:type <caret>foo: int
|
|
:type bar: str
|
|
"""
|
|
self.foo = foo
|
|
self.bar = bar |