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: onegov.activity.models.Period | onegov.feriennet.app.PeriodMeta, states: collections.abc.Collection[OccasionState] | None = None)[source]
-
- include_in_output(occasion: OccasionByStateRow) bool [source]
- property occasions: sqlalchemy.orm.Query[OccasionByStateRow][source]