Skip to content

HistoryEventIdIterable #

Bases: object

__iter__() #

Implement iter(self).

__len__() #

Return len(self).

__repr__() #

Return repr(self).

collect() #

Collect event ids for each history into a NumPy array.

Returns:

Type Description
list[NDArray[uintp]]

NumPy NDArray of event ids per history.

to_list() #

Collect event ids for each history into a list.

Returns:

Type Description
list[list[int]]

List of event ids per history.