mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Added stub for urllib.request.proxy_bypass() (#3283)
This commit is contained in:
committed by
Sebastian Rittau
parent
c441a1f5b8
commit
aaff561ef6
@@ -34,6 +34,7 @@ def pathname2url(path: str) -> str: ...
|
||||
def getproxies() -> Dict[str, str]: ...
|
||||
def parse_http_list(s: str) -> List[str]: ...
|
||||
def parse_keqv_list(l: List[str]) -> Dict[str, str]: ...
|
||||
def proxy_bypass(host: str) -> Any: ... # Undocumented
|
||||
|
||||
class Request:
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user