MCPcopy Index your code
hub / github.com/pydata/xarray / __repr__

Method __repr__

xarray/core/datatree.py:883–884  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

881 )
882
883 def __repr__(self) -> str: # type: ignore[override]
884 return datatree_repr(self)
885
886 def __str__(self) -> str:
887 return datatree_repr(self)

Callers

nothing calls this directly

Calls 1

datatree_reprFunction · 0.90

Tested by

no test coverage detected