mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 05:30:23 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -42,6 +42,6 @@ class SSHHTTPAdapter(BaseHTTPAdapter):
|
||||
timeout: Incomplete
|
||||
max_pool_size: Incomplete
|
||||
pools: Incomplete
|
||||
def __init__(self, base_url, timeout: int = 60, pool_connections=..., max_pool_size=..., shell_out: bool = False) -> None: ...
|
||||
def __init__(self, base_url, timeout: int = 60, pool_connections=25, max_pool_size=10, shell_out: bool = False) -> None: ...
|
||||
def get_connection(self, url, proxies=None): ...
|
||||
def close(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user