mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 10:20:56 +07:00
Since inner resolve function provides correct offset. GitOrigin-RevId: 3e882c47537f16968fe6c5ba27475f9e1debc4d4
4 lines
89 B
Python
4 lines
89 B
Python
class CallableTest:
|
|
def __call__(self, arg=None):
|
|
pass
|
|
CallableTest()(<arg1>) |