mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
11 lines
138 B
Python
11 lines
138 B
Python
class A:
|
|
|
|
def foo(self):
|
|
pass
|
|
|
|
def baz(self):
|
|
pass
|
|
|
|
<selection>def<caret> bar(self):
|
|
pass</selection>
|