Files
openide/python/testData/paramInfo/NonReferenceCallee.py
Semyon Proshev 53df3275e4 Use map function that takes implicit offset from callable type (PY-42205)
Since inner resolve function provides correct offset.

GitOrigin-RevId: 3e882c47537f16968fe6c5ba27475f9e1debc4d4
2020-07-09 12:08:10 +00:00

4 lines
89 B
Python

class CallableTest:
def __call__(self, arg=None):
pass
CallableTest()(<arg1>)