summaryrefslogtreecommitdiff
path: root/docs/api/retry.rst
blob: 064ac37532a89e18d61a12449f5f3743fc0d0ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.. _retry_module:

:mod:`kazoo.retry`
----------------------------

.. automodule:: kazoo.retry

Public API
++++++++++

    .. autoclass:: KazooRetry
        :members:
        :member-order: bysource

        .. automethod:: __init__

        .. automethod:: __call__

    .. autoexception:: ForceRetryError

    .. autoexception:: RetryFailedError

    .. autoexception:: InterruptedError