コード例 #1
0
ファイル: Util.py プロジェクト: billynip/map
 def __rmul__(self, other):
     result = UserList.__rmul__(self, other)
     result.unique = False
     return result
コード例 #2
0
ファイル: Util.py プロジェクト: madnessw/thesnow
 def __rmul__(self, other):
     result = UserList.__rmul__(self, other)
     result.unique = False
     return result