Lines Matching refs:__iter__
39 def __iter__(self):
45 def __iter__(self):
53 def __iter__(self):
81 __iter__ = None
84 def __iter__(self):
187 # Test a class with __iter__ in a for loop
191 # Test a class with __iter__ with explicit iter()
195 # Test for loop on a sequence class without __iter__
199 # Test iter() on a sequence class without __iter__
322 # Test a new_style class with __iter__ but no next() method
325 def __iter__(self):
553 def __iter__(self):
558 def __iter__(self):
658 def __iter__(self):
724 def __iter__(self):
909 def __iter__(self):
917 def __iter__(self):
1091 def __iter__(self):