Files
openide/python/services
Vladimir Lagunov 879450b296 IJPL-194952 Revert "[eel] IJPL-172897: remove EelPath.OS, use only EelPlatform in the API"
This reverts commit 1a1b6768


(cherry picked from commit f07a5eac3280186c0f27e156a70498a7ed962469)

IJ-MR-167682

GitOrigin-RevId: 88e53f2857c092e799fa926654471e0047ae775d
2025-07-02 12:46:22 +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.