OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __call__ (self, retry_state) |
def | __and__ (self, other) |
def | __or__ (self, other) |
Abstract base class for stop strategies.
def __and__ | ( | self, | |
other | |||
) |
def __call__ | ( | self, | |
retry_state | |||
) |
Reimplemented in stop_after_delay, stop_after_attempt, stop_when_event_set, _stop_never, stop_all, and stop_any.
def __or__ | ( | self, | |
other | |||
) |