OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, min=0, max=1) |
def | __call__ (self, retry_state) |
![]() | |
def | __add__ (self, other) |
def | __radd__ (self, other) |
Data Fields | |
wait_random_min | |
wait_random_max | |
Wait strategy that waits a random amount of time between min/max.
def __init__ | ( | self, | |
min = 0 , |
|||
max = 1 |
|||
) |
def __call__ | ( | self, | |
retry_state | |||
) |
Reimplemented from wait_base.
wait_random_max |
wait_random_min |