mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
6 lines
121 B
Python
6 lines
121 B
Python
class C:
|
|
def me<caret>thod(self, foo, foo1, bar):
|
|
print(self.foo, self.bar)
|
|
|
|
|
|
C().method(1, 2, bar=3) |