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

Function _without_header

xarray/core/datatree.py:159–160  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

157
158
159def _without_header(text: str) -> str:
160 return "\n".join(text.split("\n")[1:])
161
162
163def _indented(text: str) -> str:

Callers 1

check_alignmentFunction · 0.85

Calls 2

splitMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…