mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 17:52:27 +07:00
5 lines
84 B
Python
5 lines
84 B
Python
class Foo:
|
|
def bar(self):
|
|
<selection>c</selection> = ""
|
|
print c
|