cleanup [python]: remove unused symbol, hide symbols not used by external plugins

GitOrigin-RevId: e5728587e408460009fa5c59fb2a1b0bcd7463a6
This commit is contained in:
Ilya.Kazakevich
2026-02-04 15:32:08 +01:00
committed by intellij-monorepo-bot
parent 96577d6c07
commit c797dcc7bc
41 changed files with 84 additions and 266 deletions

View File

@@ -16,8 +16,10 @@
package com.jetbrains.python.run;
import com.intellij.execution.configurations.GeneralCommandLine;
import org.jetbrains.annotations.ApiStatus;
public interface CommandLinePatcher {
@ApiStatus.Internal
void patchCommandLine(GeneralCommandLine commandLine);
}