mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
8 lines
88 B
Python
8 lines
88 B
Python
class C:
|
|
def foo(self):
|
|
y = 2
|
|
|
|
<caret>
|
|
|
|
def bar(self):
|
|
y = 2 |