mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 01:53:24 +08:00
Add urllib.request.proxy_bypass stubs.
This commit is contained in:
@@ -11,3 +11,5 @@ class OpenerDirector(): ...
|
||||
# TODO args should be types that extend BaseHandler (types, not instances)
|
||||
def build_opener(*args: Any) -> OpenerDirector: ...
|
||||
def install_opener(opener: OpenerDirector) -> None: ...
|
||||
|
||||
def proxy_bypass(host): ...
|
||||
|
||||
Reference in New Issue
Block a user