mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[python] API cleanup: remove unused deprecated API scheduled for removal (IJPL-178044)
GitOrigin-RevId: e48671fd16adff0e9777b3ff6dc61bd9482a8018
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c5ff7c4e9e
commit
4242e9b5a4
@@ -45,17 +45,6 @@ public interface PyCallable extends PyAstCallable, PyTypedElement, PyQualifiedNa
|
||||
@Nullable
|
||||
PyType getCallType(@NotNull TypeEvalContext context, @NotNull PyCallSiteExpression callSite);
|
||||
|
||||
/**
|
||||
* Please use getCallType with four arguments instead
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
default @Nullable PyType getCallType(@Nullable PyExpression receiver,
|
||||
@NotNull Map<PyExpression, PyCallableParameter> parameters,
|
||||
@NotNull TypeEvalContext context) {
|
||||
return getCallType(receiver, null, parameters, context);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns the type of the call to the callable where the call site is specified by the optional receiver and the arguments to parameters
|
||||
|
||||
Reference in New Issue
Block a user