Skip to content

Commit 5a45a9a

Browse files
authored
1 parent 4092415 commit 5a45a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/inspect.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ def formatargvalues(
547547
formatvalue: Callable[[Any], str] | None = ...,
548548
) -> str: ...
549549
def getmro(cls: type) -> tuple[type, ...]: ...
550+
@deprecated("Deprecated since Python 3.5. Use `Signature.bind` and `Signature.bind_partial` instead.")
550551
def getcallargs(func: Callable[_P, Any], /, *args: _P.args, **kwds: _P.kwargs) -> dict[str, Any]: ...
551552

552553
class ClosureVars(NamedTuple):

0 commit comments

Comments
 (0)