Exemplo n.º 1
0
Arquivo: Util.py Projeto: billynip/map
 def __rmul__(self, other):
     result = UserList.__rmul__(self, other)
     result.unique = False
     return result
Exemplo n.º 2
0
 def __rmul__(self, other):
     result = UserList.__rmul__(self, other)
     result.unique = False
     return result