class collections.abc.AsyncIterator 
ABC for classes that provide __aiter__ and __anext__ methods. See also the definition of asynchronous iterator.
New in version 3.5.
class collections.abc.AsyncIterator 
ABC for classes that provide __aiter__ and __anext__ methods. See also the definition of asynchronous iterator.
New in version 3.5.
 
          
Please login to continue.