mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-14 10:46:45 +08:00
Misc. changes to help pytype parse typeshed (#382)
This commit is contained in:
committed by
Matthias Kramm
parent
368c703078
commit
e02332a787
@@ -22,7 +22,7 @@ SOCK_CLOEXEC = 0
|
||||
SOCK_NONBLOCK = 0
|
||||
SOMAXCONN = 0
|
||||
has_ipv6 = False
|
||||
_GLOBAL_DEFAULT_TIMEOUT = 0.0
|
||||
_GLOBAL_DEFAULT_TIMEOUT = ... # type: Any
|
||||
SocketType = ... # type: Any
|
||||
SocketIO = ... # type: Any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user