Added stub for urllib.proxy_bypass() (#3396)

This commit is contained in:
Vasily Zakharov
2019-10-22 20:10:50 +03:00
committed by Sebastian Rittau
parent f28691261a
commit 4f13e710c3

View File

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