mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
We now use `SystemPythonService` to look for system pythons and validate new pythons against it. GitOrigin-RevId: c06201cd03f7e1cb060a44c4578dd71f8bb05df6
PyCharm services is a set of APIs to interact with the PyCharm execution subsystem. Each service is implemented as an interface and a function with the same name to get an instance of it. Services usually have showcases in "tests" roots.