mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 18:13:36 +07:00
GitOrigin-RevId: 0311ba9c7085725a918472946312dde164f8541c
6 lines
133 B
Python
6 lines
133 B
Python
class Test:
|
|
def method(self, a):
|
|
def func(b):
|
|
<selection>x = self.method(b)</selection>
|
|
return x
|