HistoryEventIdIterable

Methods

MethodDescription
collectCollect event ids for each history into a NumPy array.
to_listCollect event ids for each history into a list.

Method Details

collect

Collect event ids for each history into a NumPy array.

Returns

TypeDescription
list[NDArray[np.uintp]]NumPy NDArray of event ids per history.

to_list

Collect event ids for each history into a list.

Returns

TypeDescription
list[list[int]]List of event ids per history.