Files
openide/python/testData/inspections/PyUnresolvedReferencesInspection3K
Andrey Vlasovskikh cd34e00998 PY-8936 Infer return type for __get__ descriptor attributes
This fix is useful even if we cannot infer the type. Returning Any
instead of the descriptor instance suppresses the false positive error.
2017-08-21 19:28:08 +03:00
..