TimeframeLike

class TimeframeLike[source]

A timeframe of an assignment.

availability: FixedAvailability | TimedAvailability

What is the availability state of this assignment.

deadline: datetime | None

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

lock_date: datetime | None

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