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.
socketpair
type: SocketType
1 parent 3789c36 commit fd895f7Copy full SHA for fd895f7
1 file changed
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