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 eaae325 commit 775e88bCopy full SHA for 775e88b
1 file changed
stdlib/copy.pyi
@@ -19,7 +19,6 @@ def copy(x: _T) -> _T: ...
19
20
if sys.version_info >= (3, 13):
21
def replace(obj: _SR, /, **kwargs: Any) -> _SR: ...
22
- __all__ += ["replace"]
23
24
class Error(Exception): ...
25
0 commit comments