exception StopAsyncIteration
Must be raised by __anext__()
method of an asynchronous iterator object to stop the iteration.
New in version 3.5.
exception StopAsyncIteration
Must be raised by __anext__()
method of an asynchronous iterator object to stop the iteration.
New in version 3.5.
Please login to continue.