Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ __repr__
Method
__repr__
xarray/tests/test_formatting.py:22–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
self.names = names
21
22
def
__repr__(self):
23
return
f
"CustomIndex(coords={self.names})"
24
25
26
class
TestFormatting:
Callers
2
test_repr_file_collapsed
Function · 0.45
test_lazy_array_wont_compute
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected