Example #1
0
 def __mul__(self, other):
     result = UserList.__mul__(self, other)
     result.unique = False
     return result
Example #2
0
 def __mul__(self, other):
     result = UserList.__mul__(self, other)
     result.unique = False
     return result