Home | History | Annotate | Download | only in test

Lines Matching defs:__iter__

36     def __iter__(self):

108 # Test a class with __iter__ in a for loop
112 # Test a class with __iter__ with explicit iter()
116 # Test for loop on a sequence class without __iter__
120 # Test iter() on a sequence class without __iter__
124 # Test a new_style class with __iter__ but no next() method
127 def __iter__(self):
346 def __iter__(self):
351 def __iter__(self):
458 def __iter__(self):
539 def __iter__(self):
717 def __iter__(self):
725 def __iter__(self):
899 def __iter__(self):