Misc. changes to help pytype parse typeshed (#382)

This commit is contained in:
alvarocaceres
2016-07-21 15:08:12 -05:00
committed by Matthias Kramm
parent 368c703078
commit e02332a787
5 changed files with 9 additions and 11 deletions

View File

@@ -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