NestedHistoryIterable

Methods

MethodDescription
collectCollect time entries from each history within each nested iterable.
flattenFlatten the nested iterable of history objects into a single list of all contained time entries.

Properties

PropertyDescription
dtAccess nested histories as datetime views.
event_idAccess nested histories as event id views.
intervalsAccess nested histories as intervals views.
tAccess nested histories as timestamp views.

Method Details

collect

Collect time entries from each history within each nested iterable.

Returns

TypeDescription
list[list[list[EventTime]]]Collected entries per nested history.

flatten

Flatten the nested iterable of history objects into a single list of all contained time entries.

Returns

TypeDescription
list[EventTime]List of time entries.

Property Details

dt

Access nested histories as datetime views.

Returns

TypeDescription
NestedHistoryDateTimeIterableIterable of iterables of HistoryDateTime objects.

event_id

Access nested histories as event id views.

Returns

TypeDescription
NestedHistoryEventIdIterableIterable of iterables of HistoryEventId objects.

intervals

Access nested histories as intervals views.

Returns

TypeDescription
NestedIntervalsIterableIterable of iterables of Intervals objects.

t

Access nested histories as timestamp views.

Returns

TypeDescription
NestedHistoryTimestampIterableIterable of iterables of HistoryTimestamp objects.