mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
(cherry picked from commit 926ee14228644c33ab4a17247a07cdf71799b265) IJ-MR-169793 GitOrigin-RevId: 9259bfa8a8c527ce87ddf8bc441a16bdc4bb24a1
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.