mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Update urllib3.util.retry.Retry.__init__() to match the latest version released on PyPI (#5817)
This commit is contained in:
@@ -27,11 +27,17 @@ class Retry:
|
||||
connect=...,
|
||||
read=...,
|
||||
redirect=...,
|
||||
method_whitelist=...,
|
||||
status=...,
|
||||
other=...,
|
||||
allowed_methods=...,
|
||||
status_forcelist=...,
|
||||
backoff_factor=...,
|
||||
raise_on_redirect=...,
|
||||
_observed_errors=...,
|
||||
raise_on_status=...,
|
||||
history=...,
|
||||
respect_retry_after_header=...,
|
||||
remove_headers_on_redirect=...,
|
||||
method_whitelist=...,
|
||||
) -> None: ...
|
||||
def new(self, **kw): ...
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user