Beispiel #1
0
 def __eq__(self, other):
     return ndarray.__eq__(self, other)
Beispiel #2
0
 def __eq__(self, other):
     return all(ndarray.__eq__(self, other))