mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
7 lines
135 B
Python
7 lines
135 B
Python
class A:
|
|
def a(self):
|
|
doSomething1()
|
|
def b<caret>(self):
|
|
doSomething2()
|
|
def c(self):
|
|
doSomething3() |