MCPcopy Create free account
hub / github.com/conda/constructor / indent

Function indent

constructor/exceptions.py:11–12  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

9
10
11def indent(s):
12 return textwrap.fill(textwrap.dedent(s))
13
14
15class YamlParsingError(Exception):

Callers 2

indented_exceptionMethod · 0.85
error_bodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected