mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 19:12:18 +07:00
4 lines
83 B
Python
4 lines
83 B
Python
class C:
|
|
def foo(self):
|
|
<selection>for x in [1, 2]:
|
|
print x</selection> |