mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
GitOrigin-RevId: 3b8029ab460672b286d7b1cf96fd35bf9c57bf59
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> |