HistoryEventId

History view that exposes event ids of time entries. They are used for ordering within the same timestamp.

Methods

MethodDescription
collectCollect all event ids.
collect_revCollect all event ids in reverse order.
to_listCollect all event ids into a list.
to_list_revCollect all event ids into a list in reverse order.

Method Details

collect

Collect all event ids.

Returns

TypeDescription
NDArray[np.uintp]Event ids.

collect_rev

Collect all event ids in reverse order.

Returns

TypeDescription
NDArray[np.uintp]Event ids in reverse order.

to_list

Collect all event ids into a list.

Returns

TypeDescription
list[int]List of event ids.

to_list_rev

Collect all event ids into a list in reverse order.

Returns

TypeDescription
list[int]List of event ids.