mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-05 15:31:32 +08:00
This also uses a trick to avoid `Incompatible with supertype` errors for `get()` etc. that used to have signature like `def get(*args, **kwars): ...` (that btw is used in tornado itself, see https://github.com/tornadoweb/tornado/blob/master/tornado/web.py#L266).