mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
PY-73911: Delete hardly used three-argument createStringLiteralFromString
GitOrigin-RevId: 0c796ca5ccf8be2c5ac42f2eda80acaf12b770db
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3bcabcf4a0
commit
279d23bd2a
@@ -40,9 +40,6 @@ public abstract class PyElementGenerator extends PyAstElementGenerator {
|
||||
@NotNull String unescaped,
|
||||
boolean preferUTF8, boolean preferDoubleQuotes);
|
||||
|
||||
public abstract PyStringLiteralExpression createStringLiteralFromString(@Nullable PsiFile destination, String unescaped,
|
||||
boolean preferUTF8);
|
||||
|
||||
public abstract PyStringLiteralExpression createStringLiteralFromString(@NotNull String unescaped, boolean preferDoubleQuotes);
|
||||
|
||||
public abstract PyStringLiteralExpression createStringLiteralFromString(@NotNull String unescaped);
|
||||
|
||||
Reference in New Issue
Block a user