Files
openide/python/psi-api
Mikhail Golubev 2d2976a889 PY-31299 Migrate PyPsiFacade#createClassByQName implementation to PyResolveImportUtil
Using PyTypeParser for this purpose is, first, too heavyweight since it does a lot of
unnecessary work, and, second, introduces unexpected problems related to the fact
that it was originally intended to resolve types in docstrings and thus too permissive
and depends on surrounding context such as existing imports.
2018-09-26 18:15:23 +03:00
..