mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Fix various __all__-related typos and omissions (#7378)
This commit is contained in:
@@ -10,6 +10,9 @@ if sys.platform == "win32":
|
||||
__all__ = ("pipe", "Popen", "PIPE", "PipeHandle")
|
||||
else:
|
||||
__all__ = ["socketpair", "pipe", "Popen", "PIPE", "PipeHandle"]
|
||||
import socket
|
||||
|
||||
socketpair = socket.socketpair
|
||||
|
||||
class _WarnFunction(Protocol):
|
||||
def __call__(
|
||||
|
||||
Reference in New Issue
Block a user