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

Function _ellipsis_element

xarray/core/formatting_html.py:542–551  ·  view source on GitHub ↗

Create an ellipsis element for truncated children.

()

Source from the content-addressed store, hash-verified

540
541
542def _ellipsis_element() -> str:
543 """Create an ellipsis element for truncated children."""
544 return (
545 "<div class='xr-group-box'>"
546 "<div class='xr-group-box-vline' style='height: 100%'></div>"
547 "<div class='xr-group-box-contents'>"
548 "<div class='xr-group-box-ellipsis'>⋮</div>"
549 "</div>"
550 "</div>"
551 )
552
553
554def children_section(

Callers 1

children_sectionFunction · 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…