Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pydata/xarray
/ __repr__
Method
__repr__
xarray/tests/test_sparse.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
return
getattr(obj, self.meth)(*self.args, **kwargs)
70
71
def
__repr__(self):
72
return
f
"obj.{self.meth}(*{self.args}, **{self.kwargs})"
73
74
75
@pytest.mark.parametrize(
Callers
5
test_cftimeindex_calendar_repr
Function · 0.45
test_cftimeindex_periods_repr
Function · 0.45
test_cftimeindex_freq_in_repr
Function · 0.45
test_cftimeindex_repr_formatting_width
Function · 0.45
test_cftimeindex_repr_101_shorter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected