widgets.time_series_fixed_resolution_editor¶
Contains logic for the fixed step time series editor widget.
| author: |
|
|---|---|
| date: | 14.6.2019 |
Module Contents¶
-
widgets.time_series_fixed_resolution_editor._resolution_to_text(resolution)[source]¶ Converts a list of durations into a string of comma-separated durations.
-
widgets.time_series_fixed_resolution_editor._text_to_resolution(text)[source]¶ Converts a comma-separated string of durations into a resolution array.