mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
1. utility method added 2. paths checked with correct case sensitivity GitOrigin-RevId: a2d0917df2a1e4f0a1d3d33fbb1f403d1342cf8c
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.