Skip to content

flowmachine.core.mixins.exposed_datetime_mixin

Source: flowmachine/core/mixins/exposed_datetime_mixin.py

Mixin that exposes start_date and end_date internally as datetime objects

Class ExposedDatetimeMixin

ExposedDatetimeMixin()
Source: flowmachine/core/mixins/exposed_datetime_mixin.py

Mixin that adds a getter + setter for start_date and end_date such that they are exposed internally to a class as datetime objects (_start_dt and _end_dt respectively), but externally as strings.

Attributes

Methods

end_date

end_date
Source: flowmachine/core/mixins/exposed_datetime_mixin.py

start_date

start_date
Source: flowmachine/core/mixins/exposed_datetime_mixin.py