NestedHistoryEventIdIterable
#
Bases: object
__iter__()
#
Implement iter(self).
__len__()
#
Return len(self).
__repr__()
#
Return repr(self).
collect()
#
flatten()
#
Flatten the nested iterable of history objects into a single NumPy NDArray of all contained event ids.
Returns:
| Type | Description |
|---|---|
NDArray[uintp]
|
NumPy NDArray of event ids. |