mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +08:00
Add urllib.request.proxy_bypass stubs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user