예제 #1
0
파일: Util.py 프로젝트: billynip/map
 def __add__(self, other):
     result = UserList.__add__(self, other)
     result.unique = False
     return result
예제 #2
0
파일: Util.py 프로젝트: madnessw/thesnow
 def __add__(self, other):
     return UserList.__add__(self, CLVar(other))
예제 #3
0
파일: Util.py 프로젝트: billynip/map
 def __add__(self, other):
     return UserList.__add__(self, CLVar(other))
예제 #4
0
파일: Util.py 프로젝트: madnessw/thesnow
 def __add__(self, other):
     result = UserList.__add__(self, other)
     result.unique = False
     return result