Files
openide/python/services
Ilya.Kazakevichandintellij-monorepo-bot 3a3053b63b [python] cleanup: Introduce PathSortener.shorten and obey case sensitivity.
1. utility method added
2. paths checked with correct case sensitivity

GitOrigin-RevId: a2d0917df2a1e4f0a1d3d33fbb1f403d1342cf8c
2025-11-14 05:37:37 +00:00
..

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.