OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __call__ (self, retry_state) |
def | __add__ (self, other) |
def | __radd__ (self, other) |
Abstract base class for wait strategies.
def __add__ | ( | self, | |
other | |||
) |
def __call__ | ( | self, | |
retry_state | |||
) |
Reimplemented in wait_random_exponential, wait_exponential, wait_incrementing, wait_chain, wait_combine, wait_random, and wait_fixed.
def __radd__ | ( | self, | |
other | |||
) |