Add urllib.request.proxy_bypass stubs.

This commit is contained in:
Tim Abbott
2016-01-27 22:12:16 -08:00
parent 0cb13efa28
commit 9ad37b5701
4 changed files with 5 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ def quote_plus(s: str, safe=...) -> str: ...
def urlencode(query: Union[Sequence[Tuple[Any, Any]], Mapping[Any, Any]], doseq=...) -> str: ...
def getproxies() -> Mapping[str, str]: ... # type: Any
def proxy_bypass(host): ...
# Names in __all__ with no definition:
# basejoin