aiter () and anext() call an object's __aiter__() and __anext__() , if present. They're essentially the async equivalent of iter() and next() ...
確定! 回上一頁