tornadoweb / tornado

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
http://www.tornadoweb.org/
Apache License 2.0
21.76k stars 5.51k forks source link

web: More accurate typing for get_{body,query}_argument() #3378

Closed pcavalar closed 5 months ago

pcavalar commented 6 months ago

Use the same overload technique as get_argument().

Fixes https://github.com/tornadoweb/tornado/issues/3336

bdarnell commented 5 months ago

Thanks!