示例#1
0
文件: Util.py 项目: billynip/map
 def __iadd__(self, other):
     result = UserList.__iadd__(self, other)
     result.unique = False
     return result
示例#2
0
文件: Util.py 项目: madnessw/thesnow
 def __iadd__(self, other):
     result = UserList.__iadd__(self, other)
     result.unique = False
     return result
示例#3
0
 def __iadd__(self, other):
     UserList.__iadd__(self, other)
     self.send(__iadd__=other)
示例#4
0
	def __iadd__(self, other):
		res = UserList.__iadd__(self, other)
		self._changed()
		return res
示例#5
0
文件: Models.py 项目: ProgVal/Manygui
 def __iadd__(self, other):
     UserList.__iadd__(self, other)
     self.notify()