MCPcopy 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
163def _indented(text: str) -> str:
164 return textwrap.indent(text, prefix=" ")
165
166
167def check_alignment(

Callers 1

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