コード例 #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