コード例 #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
ファイル: Models.py プロジェクト: ProgVal/Manygui-old
 def __iadd__(self, other):
     UserList.__iadd__(self, other)
     self.send(__iadd__=other)
コード例 #4
0
ファイル: base.py プロジェクト: akstrfn/vim-orgmode
	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()