mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
PY-55044 TypedDict **kwargs typing
GitOrigin-RevId: 5dff382b321ac166ed4b8cf90e431ea719995608
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a27851538f
commit
c015ff5cbf
@@ -20,6 +20,7 @@ import com.intellij.psi.PsiNamedElement;
|
||||
import com.intellij.psi.StubBasedPsiElement;
|
||||
import com.jetbrains.python.ast.PyAstNamedParameter;
|
||||
import com.jetbrains.python.psi.stubs.PyNamedParameterStub;
|
||||
import com.jetbrains.python.psi.types.PyCallableParameter;
|
||||
import com.jetbrains.python.psi.types.PyType;
|
||||
import com.jetbrains.python.psi.types.TypeEvalContext;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
@@ -61,7 +62,9 @@ public interface PyNamedParameter extends PyAstNamedParameter, PyParameter, PsiN
|
||||
/**
|
||||
* @param context context to be used to resolve argument type
|
||||
* @return argument type. Returns element type for *param and value type for **param.
|
||||
* @deprecated Use {@link PyCallableParameter#getArgumentType(TypeEvalContext)}
|
||||
*/
|
||||
@Deprecated
|
||||
@Nullable
|
||||
PyType getArgumentType(@NotNull TypeEvalContext context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user