mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Added stub for urllib.proxy_bypass() (#3396)
This commit is contained in:
committed by
Sebastian Rittau
parent
f28691261a
commit
4f13e710c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user