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
2016-10-07 17:43:04
Comments
Leave a Comment

Please login to continue.