]> git.ipfire.org Git - thirdparty/tornado.git/commit
web: Improve typings for HTTP verb methods
authorBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2018 03:33:56 +0000 (23:33 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 7 Oct 2018 03:33:56 +0000 (23:33 -0400)
commit2d5ba2fad5f1272d2613243eb6eb0f5dbf3c97f6
tree4573964bd2e6791f03a1b4d455117b2bba147dad
parent4824f41ac9e36a7efda7fb8b1e34c05282ecd29f
web: Improve typings for HTTP verb methods

Add py.typed marker file and test that client code can be type-checked.
maint/test/mypy/.gitignore [new file with mode: 0644]
maint/test/mypy/bad.py [new file with mode: 0644]
maint/test/mypy/good.py [new file with mode: 0644]
maint/test/mypy/setup.py [new file with mode: 0644]
maint/test/mypy/tox.ini [new file with mode: 0644]
setup.py
tornado/py.typed [new file with mode: 0644]
tornado/web.py