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 16f536d commit 506a4dfCopy full SHA for 506a4df
1 file changed
cheroot/connections.pyi
@@ -1,5 +1,7 @@
1
from typing import Any
2
3
+IS_WINDOWS: bool
4
+
5
def prevent_socket_inheritance(sock) -> None: ...
6
7
class _ThreadsafeSelector:
0 commit comments