diff --git a/Docs/python_api.md b/Docs/python_api.md index ffe1144e1..c14a74ab0 100644 --- a/Docs/python_api.md +++ b/Docs/python_api.md @@ -519,8 +519,8 @@ Polarity of the event. __True__ for positive and __False__ for negative.

Methods

-

Dunder methods

-- **\__str__**(**self**) +
Dunder methods
+
- **\__str__**(**self**) --- @@ -550,8 +550,8 @@ Returns an array with the timestamp of all the events in the stream. - **to_array_pol**(**self**) Returns an array with the polarity of all the events in the stream. -

Dunder methods

-- **\__getitem__**(**self**, **pos**=int) +
Dunder methods
+
- **\__getitem__**(**self**, **pos**=int) - **\__iter__**(**self**) - **\__len__**(**self**) - **\__setitem__**(**self**, **pos**=int, **color**=[carla.Color](#carla.Color))