OpenQuizz
Une application de gestion des contenus pédagogiques
|
Namespaces | |
_asyncio | |
_utils | |
after | |
before | |
before_sleep | |
compat | |
nap | |
retry | |
stop | |
tornadoweb | |
wait | |
Data Structures | |
class | AttemptManager |
class | BaseAction |
class | BaseRetrying |
class | DoAttempt |
class | DoSleep |
class | Future |
class | RetryAction |
class | RetryCallState |
class | RetryError |
class | Retrying |
class | TryAgain |
Functions | |
def | retry (fn) |
def | retry (*dargs, **dkw) |
Variables | |
iscoroutinefunction | |
tornado | |
WrappedFn | |
bound | |
NO_RESULT | |
def pip._vendor.tenacity.retry | ( | * | dargs, |
** | dkw | ||
) |
Type signature for the @retry() decorator constructor.
Wrap a function with a new `Retrying` object. :param dargs: positional arguments passed to Retrying object :param dkw: keyword arguments passed to the Retrying object
def pip._vendor.tenacity.retry | ( | fn | ) |
Type signature for @retry as a raw decorator.
bound |
iscoroutinefunction |
NO_RESULT |
tornado |
WrappedFn |