Ejemplo n.º 1
0
Archivo: Util.py Proyecto: billynip/map
 def __add__(self, other):
     result = UserList.__add__(self, other)
     result.unique = False
     return result
Ejemplo n.º 2
0
 def __add__(self, other):
     return UserList.__add__(self, CLVar(other))
Ejemplo n.º 3
0
Archivo: Util.py Proyecto: billynip/map
 def __add__(self, other):
     return UserList.__add__(self, CLVar(other))
Ejemplo n.º 4
0
 def __add__(self, other):
     result = UserList.__add__(self, other)
     result.unique = False
     return result