MCPcopy
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(

Calls

no outgoing calls

Tested by

no test coverage detected