Knowledgize LogoKnowledgize Logo
Login
Español
Send Us Feedback
Browse KnowledgeSee Learning ToolsTry Rapid RepetitionTake Practice TestPlay Quiz GameStudy Flash Cards
  • Python Glossary
  • asynchronous iterable

Definition

An object, that can be used in an async for statement. Must return an asynchronous iterator from its __aiter__() method. Introduced by PEP 492.

Official Documentation Link

https://docs.python.org/3/glossary.html#term-asynchronous-iterable