Exemplo n.º 1
0
	def __add__(self, other ):
		MyListSub.calls = MyListSub.calls + 1
		self.adds = self.adds + 1
		return MyList.__add__(self, other)#实际上是一种包装