File: api.rst

package info (click to toggle)
python-pyramid-retry 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 532; makefile: 156
file content (29 lines) | stat: -rw-r--r-- 557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
========================
:mod:`pyramid_retry` API
========================

.. automodule:: pyramid_retry

  .. autofunction:: includeme

  .. autofunction:: RetryableExecutionPolicy

  .. autofunction:: mark_error_retryable

  .. autofunction:: is_error_retryable

  .. autofunction:: is_last_attempt

  .. autoclass:: LastAttemptPredicate
     :members:

  .. autoclass:: RetryableErrorPredicate
     :members:

  .. autoexception:: RetryableException
     :members:

  .. autointerface:: IRetryableError

  .. autointerface:: IBeforeRetry
     :members: