Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
159
def
_without_header(text: str) -> str:
160
return
"\n"
.join(text.split(
"\n"
)[1:])
161
162
163
def
_indented(text: str) -> str:
Callers
1
check_alignment
Function · 0.85
Calls
2
split
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…