Starting with Python 3.7, __aiter__ must return an asynchronous iterator...
Starting with Python 3.7, __aiter__ must return an asynchronous iterator object. Returning anything else will result in a TypeError error. https://docs.python.org/3/reference/datamodel.html#asynchronous-iterators
parent
9e2272d8
Please register or sign in to comment