]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move towards mypy-friendly patterns.
authorBen Darnell <ben@bendarnell.com>
Sat, 16 Jan 2016 22:07:48 +0000 (17:07 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 16 Jan 2016 22:07:48 +0000 (17:07 -0500)
commitb22da52c781d4d03e57f3674afa0d1473f06a33b
tree34774cc98be3b00425bf0f80d4c70af8372c5c81
parentc42ebde1b8a9c782777671a6d1fc94f2ccd6297f
Move towards mypy-friendly patterns.

This change eliminates warnings in several of Tornado's lower-level
modules (although there's not much actual type checking yet).
tornado/concurrent.py
tornado/escape.py
tornado/gen.py
tornado/ioloop.py
tornado/log.py
tornado/netutil.py
tornado/platform/auto.pyi [new file with mode: 0644]
tornado/speedups.pyi [new file with mode: 0644]
tornado/util.py