Skip to content

Commit 21fe3b8

Browse files
committed
Add a descriptive Docstring for the RetryHandler
1 parent 6a599ec commit 21fe3b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

msgraph/core/middleware/retry.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ class RetryHandler(BaseMiddleware):
1616
:param int max_retries:
1717
Maximum number of retries to allow. Takes precedence over other counts.
1818
Set to ``0`` to fail on the first retry.
19-
:param iterable allowed_methods:
20-
Set of uppercased HTTP method verbs that we should retry on.
21-
By default, we only retry on methods which are considered to be
22-
idempotent (multiple requests with the same parameters end with the
23-
same state). See :attr:`Retry.DEFAULT_ALLOWED_METHODS`.
24-
Set to a ``None`` value to retry on any verb.
2519
:param iterable retry_on_status_codes:
2620
A set of integer HTTP status codes that we should force a retry on.
2721
A retry is initiated if the request method is in ``allowed_methods``

0 commit comments

Comments
 (0)