Exemplo n.º 1
0
 def __iter__(self):
     return MyListIterator(self.data)
Exemplo n.º 2
0
 def __iter__(self):
     return MyListIterator(self.head)