Esempio n. 1
0
File: Util.py Progetto: billynip/map
 def __imul__(self, other):
     result = UserList.__imul__(self, other)
     result.unique = False
     return result
Esempio n. 2
0
 def __imul__(self, other):
     result = UserList.__imul__(self, other)
     result.unique = False
     return result
Esempio n. 3
0
 def __imul__(self, n):
     UserList.__imul__(self, n)
     self.send(__imul__=n)
Esempio n. 4
0
	def __imul__(self, n):
		res = UserList.__imul__(self, n)
		self._changed()
		return res
Esempio n. 5
0
 def __imul__(self, n):
     UserList.__imul__(self, n)
     self.notify()