Esempio n. 1
0
File: Util.py Progetto: billynip/map
 def __add__(self, other):
     result = UserList.__add__(self, other)
     result.unique = False
     return result
Esempio n. 2
0
 def __add__(self, other):
     return UserList.__add__(self, CLVar(other))
Esempio n. 3
0
File: Util.py Progetto: billynip/map
 def __add__(self, other):
     return UserList.__add__(self, CLVar(other))
Esempio n. 4
0
 def __add__(self, other):
     result = UserList.__add__(self, other)
     result.unique = False
     return result