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