~ubuntu-branches/ubuntu/utopic/kazoo/utopic-proposed

« back to all changes in this revision

Viewing changes to docs/api/retry.rst

  • Committer: Package Import Robot
  • Author(s): Neil Williams
  • Date: 2013-08-26 06:26:20 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130826062620-dv79eayvq78028jb
Tags: 1.2.1-1
* New upstream release.
* Fix sphinx documentation build on clean systems (added
  python-gevent to Build-Depends and patched config).
* Bumped standards version to 3.9.4. No changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _retry_module:
 
2
 
 
3
:mod:`kazoo.retry`
 
4
----------------------------
 
5
 
 
6
.. automodule:: kazoo.retry
 
7
 
 
8
Public API
 
9
++++++++++
 
10
 
 
11
    .. autoclass:: KazooRetry
 
12
        :members:
 
13
        :member-order: bysource
 
14
 
 
15
        .. automethod:: __init__
 
16
 
 
17
        .. automethod:: __call__
 
18
 
 
19
    .. autoexception:: ForceRetryError
 
20
 
 
21
    .. autoexception:: RetryFailedError
 
22
 
 
23
    .. autoexception:: InterruptedError