MCPcopy
hub / github.com/pydata/xarray / _DataTreeDisplay

Class _DataTreeDisplay

xarray/core/formatting_html.py:473–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471
472@dataclass
473class _DataTreeDisplay:
474 node: DataTree
475 sections: list[str]
476 item_count: int
477 collapsed: bool
478 disabled: bool
479
480
481def _build_datatree_displays(tree: DataTree) -> dict[str, _DataTreeDisplay]:

Callers 1

_build_datatree_displaysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…