Ejemplo n.º 1
0
 def __add__(self, other):
     MySubList.calls += 1
     self.adds += 1
     return MyList.__add__(self, other)