コード例 #1
0
ファイル: Util.py プロジェクト: billynip/map
 def __imul__(self, other):
     result = UserList.__imul__(self, other)
     result.unique = False
     return result
コード例 #2
0
ファイル: Util.py プロジェクト: madnessw/thesnow
 def __imul__(self, other):
     result = UserList.__imul__(self, other)
     result.unique = False
     return result
コード例 #3
0
ファイル: Models.py プロジェクト: ProgVal/Manygui-old
 def __imul__(self, n):
     UserList.__imul__(self, n)
     self.send(__imul__=n)
コード例 #4
0
ファイル: base.py プロジェクト: akstrfn/vim-orgmode
	def __imul__(self, n):
		res = UserList.__imul__(self, n)
		self._changed()
		return res
コード例 #5
0
ファイル: Models.py プロジェクト: ProgVal/Manygui
 def __imul__(self, n):
     UserList.__imul__(self, n)
     self.notify()