Files
openide/python/testData/inspections/PyArgumentListInspection/builtinLong.py
Semyon Proshev 302caea766 PY-22801 Fixed: False positive for long(number) in Python 2
Callee could be resolved to a class and we have to take all overloads while replacing resolved class with its `__init__` or `__new__` method.
As a result PyClass.multiFindInitOrNew is introduced and is used inside PyCallExpressionHelper.clarifyResolveResult.
2017-06-20 11:36:46 +03:00

1 line
11 B
Python