MCPcopy Create free account
hub / github.com/pydata/xarray / _dedent

Function _dedent

xarray/ufuncs.py:118–122  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

116
117
118def _dedent(doc):
119 if not isinstance(doc, str):
120 return doc
121
122 return textwrap.dedent(doc)
123
124
125# These can be auto-generated from the public numpy ufuncs:

Callers 1

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