mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
12 lines
142 B
Python
12 lines
142 B
Python
|
|
class Clz:
|
|
def aaa(self):
|
|
for i in range(0, 10):
|
|
pass
|
|
|
|
|
|
def bbb(self):
|
|
for i in range(0, 10):
|
|
pass
|
|
|
|
<caret> |