hydroqc.winter_credit package
Submodules
hydroqc.winter_credit.consts module
Constants module for winter credits.
hydroqc.winter_credit.handler module
hydroqc.winter_credit.peak module
hydroqc.winter_credit.timerange module
Class describing an interval of time.
- class hydroqc.winter_credit.timerange.TimeRange(start: datetime, end: datetime, is_critical: bool)[source]
Bases:
objectThis class describe an interval of time.
- property end_date: datetime
Get end date of the time range.
- property is_critical: bool
Get critical status of the time range.
- property start_date: datetime
Get start date of the time range.
Module contents
Winter credit helper.