예제 #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