Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pydata/xarray
/ _indented
Function
_indented
xarray/core/datatree.py:163–164 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
161
162
163
def
_indented(text: str) -> str:
164
return
textwrap.indent(text, prefix=
" "
)
165
166
167
def
check_alignment(
Callers
1
check_alignment
Function · 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…