OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, attempt_number) |
def | failed (self) |
def | construct (cls, attempt_number, value, has_exception) |
Data Fields | |
attempt_number | |
Encapsulates a (future or past) attempted call to a target function.
def __init__ | ( | self, | |
attempt_number | |||
) |
def construct | ( | cls, | |
attempt_number, | |||
value, | |||
has_exception | |||
) |
Construct a new Future object.
def failed | ( | self | ) |
Return whether a exception is being held in this future.
attempt_number |