MCPcopy
hub / github.com/pydata/xarray / equals

Method equals

xarray/core/indexes.py:358–358  ·  view source on GitHub ↗
(self, other: Index)

Source from the content-addressed store, hash-verified

356
357 @overload
358 def equals(self, other: Index) -> bool: ...
359
360 @overload
361 def equals(

Callers 15

test_coords_to_indexMethod · 0.95
_wrapperFunction · 0.45
map_blocksFunction · 0.45
equalsMethod · 0.45
equalsMethod · 0.45
equals_wrapperFunction · 0.45
indexes_equalFunction · 0.45
indexes_identicalFunction · 0.45
check_variablesFunction · 0.45
_maybe_reindexMethod · 0.45
diff_indexes_reprFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_coords_to_indexMethod · 0.76