StopAsyncIteration

exception StopAsyncIteration

Must be raised by __anext__() method of an asynchronous iterator object to stop the iteration.

New in version 3.5.

doc_python
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.