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

Class CustomIndex

xarray/tests/test_indexes.py:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39class CustomIndex(Index):
40 def __init__(self, dims) -> None:
41 self.dims = dims
42
43
44class TestIndex:

Callers 4

indexMethod · 0.70
test_joinMethod · 0.70
test_reindex_likeMethod · 0.70
test_equalsMethod · 0.70

Calls

no outgoing calls

Tested by 4

indexMethod · 0.56
test_joinMethod · 0.56
test_reindex_likeMethod · 0.56
test_equalsMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…