MCPcopy Index your code
hub / github.com/pydata/xarray / check_variables

Function check_variables

xarray/core/indexes.py:2120–2126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2118 """
2119
2120 def check_variables():
2121 variables = [e[1] for e in elements]
2122 return any(
2123 not variables[0][k].equals(other_vars[k])
2124 for other_vars in variables[1:]
2125 for k in variables[0]
2126 )
2127
2128 indexes = [e[0] for e in elements]
2129

Callers 1

indexes_all_equalFunction · 0.85

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…