feriennet.collections.match
Attributes
Classes
Module Contents
- feriennet.collections.match.OccasionState: TypeAlias = Literal['cancelled', 'overfull', 'empty', 'unoperable', 'operable', 'full'][source]
- class feriennet.collections.match.MatchCollection(session: sqlalchemy.orm.Session, period: Period | PeriodMeta, states: Collection[OccasionState] | None = None)[source]
-
- for_period(period: Period | PeriodMeta) Self [source]
- include_in_output(occasion: OccasionByStateRow) bool [source]
- property occasions: Query[OccasionByStateRow][source]