Files
openide/python/services
Aleksandr Sorotskii bef3e00469 support system pythons provided by asdf; PY-32643 Ready for Merge
(cherry picked from commit 926ee14228644c33ab4a17247a07cdf71799b265)

IJ-MR-169793

GitOrigin-RevId: 9259bfa8a8c527ce87ddf8bc441a16bdc4bb24a1
2025-07-19 14:01:21 +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.