We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ad4f5 commit f4520bdCopy full SHA for f4520bd
stdlib/copy.pyi
@@ -19,7 +19,7 @@ def deepcopy(x: _T, memo: dict[int, Any] | None = None, _nil: Any = []) -> _T: .
19
def copy(x: _T) -> _T: ...
20
21
if sys.version_info >= (3, 13):
22
- def replace(obj: _SR, /, **kwargs: Any) -> _SR: ...
+ def replace(obj: _SR, /, **changes: Any) -> _SR: ...
23
24
class Error(Exception): ...
25
0 commit comments