Lines Matching refs:__iter__
258 def __iter__(self):
265 return _check_methods(C, "__iter__")
280 def __iter__(self):
286 return _check_methods(C, '__iter__', '__next__')
318 return _check_methods(C, "__reversed__", "__iter__")
365 return _check_methods(C, '__iter__', '__next__',
412 return _check_methods(C, "__len__", "__iter__", "__contains__")
532 methods except for __contains__, __iter__ and __len__.
673 methods except for __contains__, __iter__, __len__,
759 methods except for __getitem__, __iter__, and __len__.
835 def __iter__(self):
859 def __iter__(self):
878 def __iter__(self):
892 __iter__, and __len__.
989 def __iter__(self):