Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
39
class
CustomIndex(Index):
40
def
__init__(self, dims) -> None:
41
self.dims = dims
42
43
44
class
TestIndex:
Callers
4
index
Method · 0.70
test_join
Method · 0.70
test_reindex_like
Method · 0.70
test_equals
Method · 0.70
Calls
no outgoing calls
Tested by
4
index
Method · 0.56
test_join
Method · 0.56
test_reindex_like
Method · 0.56
test_equals
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…