OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, start=0, increment=100, max=_utils.MAX_WAIT) |
def | __call__ (self, retry_state) |
![]() | |
def | __add__ (self, other) |
def | __radd__ (self, other) |
Data Fields | |
start | |
increment | |
max | |
Wait an incremental amount of time after each attempt. Starting at a starting value and incrementing by a value for each attempt (and restricting the upper limit to some maximum value).
def __init__ | ( | self, | |
start = 0 , |
|||
increment = 100 , |
|||
max = _utils.MAX_WAIT |
|||
) |
def __call__ | ( | self, | |
retry_state | |||
) |
Reimplemented from wait_base.
increment |
max |
start |