示例#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