mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
PY-75537 Implement PyAstNamedParameter.getRepr()(PyFrontendElementTypesFacadeImpl.kt)
(cherry picked from commit ef38af29fd176324f4c1bec503a116a5b4f351b4) GitOrigin-RevId: 9b47c8018c3f8ad04c365175bbeb2791feb966cc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
411f36db5a
commit
08c5bfb142
@@ -38,17 +38,6 @@ public interface PyNamedParameter extends PyAstNamedParameter, PyParameter, PsiN
|
||||
return (PyExpression)PyAstNamedParameter.super.getDefaultValue();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param includeDefaultValue if true, include the default value after an "=".
|
||||
* @return canonical representation of parameter.
|
||||
* Includes asterisks for *param and **param, and name.
|
||||
*/
|
||||
@Override
|
||||
@NotNull
|
||||
default String getRepr(boolean includeDefaultValue) {
|
||||
return getRepr(includeDefaultValue, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param includeDefaultValue if true, include the default value after an "=".
|
||||
* @param context context to be used to resolve argument type
|
||||
|
||||
Reference in New Issue
Block a user