| 471 | |
| 472 | @dataclass |
| 473 | class _DataTreeDisplay: |
| 474 | node: DataTree |
| 475 | sections: list[str] |
| 476 | item_count: int |
| 477 | collapsed: bool |
| 478 | disabled: bool |
| 479 | |
| 480 | |
| 481 | def _build_datatree_displays(tree: DataTree) -> dict[str, _DataTreeDisplay]: |
no outgoing calls
no test coverage detected
searching dependent graphs…