AssignmentSectionTimeframe#

class AssignmentSectionTimeframe[source]#

A section timeframe.

section_ids: Sequence[str]#

The id of the sections of this timeframe.

availability: Union[FixedAvailability, TimedAvailability]#

What is the availability state of this assignment.

deadline: Optional[datetime]#

The deadline of the assignment. It is possible the assignment has no deadline yet, in which case it will be None.

lock_date: Optional[datetime]#

The moment this assignment locks, this can be seen as a form of second deadline.