OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.tenacity Namespace Reference

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
 

Function Documentation

◆ retry() [1/2]

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

◆ retry() [2/2]

def pip._vendor.tenacity.retry (   fn)
Type signature for @retry as a raw decorator.

Variable Documentation

◆ bound

bound

◆ iscoroutinefunction

iscoroutinefunction

◆ NO_RESULT

NO_RESULT

◆ tornado

tornado

◆ WrappedFn

WrappedFn