Added DSVEventArray iterator
This commit is contained in:
parent
251b293d61
commit
7b2c1db39b
|
@ -1136,7 +1136,7 @@ class DVSEventArray():
|
|||
# region Dunder Methods
|
||||
def __getitem__(self, pos: int): ...
|
||||
|
||||
def __iter__(self):
|
||||
def __iter__(self) -> Iterator[DVSEvent]:
|
||||
"""Iterate over the `carla.DVSEvent` retrieved as data."""
|
||||
|
||||
def __len__(self): ...
|
||||
|
|
Loading…
Reference in New Issue