mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
[python] Remove unused PyNamedParameter#getRepr
GitOrigin-RevId: 1d7eccf4fc0b5f20a571a8466ff4f4bc8d038826
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4e8068cba1
commit
98ec9cfd25
@@ -23,16 +23,6 @@ public interface PyNamedParameter extends PyAstNamedParameter, PyParameter, PsiN
|
||||
return (PyExpression)PyAstNamedParameter.super.getDefaultValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param includeDefaultValue if true, include the default value after an "=".
|
||||
* @param context context to be used to resolve argument type
|
||||
* @return canonical representation of parameter.
|
||||
* Includes asterisks for *param and **param, and name.
|
||||
* Also includes argument type if {@code context} is not null and resolved type is not unknown.
|
||||
*/
|
||||
@NotNull
|
||||
String getRepr(boolean includeDefaultValue, @Nullable TypeEvalContext context);
|
||||
|
||||
/**
|
||||
* @param context context to be used to resolve argument type
|
||||
* @return argument type. Returns element type for *param and value type for **param.
|
||||
|
||||
Reference in New Issue
Block a user