MCPcopy 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
26class TestFormatting:

Callers 2

test_repr_file_collapsedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected