Files
openide/python/testData/types
Semyon Proshev a361fee76e PY-25045 Fixed: False positive: expected type '{__div__}', got 'Union[int, float]' instead
Update PyBinaryExpressionImpl to return `__truediv__` as referenced name instead of `__div__` when it is enabled.
2017-07-17 16:41:11 +03:00
..