mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 15:03:36 +07:00
8 lines
103 B
Python
8 lines
103 B
Python
|
|
class A:
|
|
def baz(self):
|
|
print<caret> 1
|
|
print 1
|
|
|
|
def bar(self):
|
|
print 1 |