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 cd8b26b commit a45a95cCopy full SHA for a45a95c
stdlib/socket.pyi
@@ -1409,7 +1409,7 @@ if sys.platform == "win32":
1409
1410
else:
1411
def socketpair(
1412
- family: int | AddressFamily | None = None, type: SocketType | int = ..., proto: int = 0
+ family: int | AddressFamily | None = None, type: SocketKind | int = ..., proto: int = 0
1413
) -> tuple[socket, socket]: ...
1414
1415
class SocketIO(RawIOBase):
0 commit comments