Files
openide/python/psi-api
Mikhail Golubev 4e8a44b297 Revert incomplete implementation of PyTypeVisitor polluting public API
except PyCollectionType extending PyClassType that makes a lot of
sense since both PyCollectionTypeImpl and PyTupleType already extend
PyClassTypeImpl, but one still needs explicit casts to
PyCollectionTypeImpl to access the corresponding class definition.
2018-02-20 18:04:54 +03:00
..