Mypy now supports sys.platform and sys.version_info checks (#410)

This commit is contained in:
Guido van Rossum
2016-07-27 13:25:29 -07:00
committed by GitHub
parent 112a1a17dd
commit 39325bf159
27 changed files with 289 additions and 276 deletions

View File

@@ -38,7 +38,7 @@ class Request:
@full_url.deleter
def full_url(self) -> None: ...
else:
full_url = ... # type: ignore # type: str
full_url = ... # type: str
type = ... # type: str
host = ... # type: str
origin_req_host = ... # type: str