mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: 0311ba9c7085725a918472946312dde164f8541c
6 lines
123 B
Python
6 lines
123 B
Python
class Test:
|
|
def method(self, x):
|
|
def func():
|
|
<selection>y = x * 2</selection>
|
|
return y
|