mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
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.