OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, exception_types=Exception) |
def | __call__ (self, retry_state) |
![]() | |
def | __and__ (self, other) |
def | __or__ (self, other) |
Data Fields | |
exception_types | |
![]() | |
predicate | |
Retries until an exception is raised of one or more types.
def __init__ | ( | self, | |
exception_types = Exception |
|||
) |
Reimplemented from retry_if_exception.
def __call__ | ( | self, | |
retry_state | |||
) |
Reimplemented from retry_if_exception.
exception_types |