Files
openide/python/services
Ilya.Kazakevich bebfb0b848 Python: rename file to add semantics
GitOrigin-RevId: dfca7284d8c87067c515e6783398a9e4f0ec2c70
2025-02-13 22:38:38 +00:00
..
2025-02-11 22:25:45 +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.