__iter__ method that is called on initialization of an iterator. This should return an object that has a next or __next__ (in Python 3) method.
確定! 回上一頁