|
None | __init__ (self, dir_out, origin, last_active_since_offset=DEFAULT_LAST_ACTIVE_SINCE_OFFSET) |
|
◆ _last_active_since
cwfis.SourceFeatureM3._last_active_since |
|
protected |
Initial value:= to_utc(
self._origin.offset(-last_active_since_offset)
if last_active_since_offset is not None
else (
datetime.date(self._origin.today.year, 1, 1)
if CURRENT_YEAR_ONLY
else datetime.date(self._origin.today.year - 1, 1, 1)
)
)
The documentation for this class was generated from the following file:
- firestarr/src/py/firestarr/datasources/cwfis.py