Ejemplo n.º 1
0
 def __eq__(self, other):
     return ndarray.__eq__(self, other)
Ejemplo n.º 2
0
 def __eq__(self, other):
     return all(ndarray.__eq__(self, other))