MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / dedent_interpd

Function dedent_interpd

site-packages/matplotlib/docstring.py:109–112  ·  view source on GitHub ↗

A special case of the interpd that first performs a dedent on the incoming docstring

(func)

Source from the content-addressed store, hash-verified

107
108
109def dedent_interpd(func):
110 """A special case of the interpd that first performs a dedent on
111 the incoming docstring"""
112 return interpd(dedent(func))
113
114
115def copy_dedent(source):

Callers

nothing calls this directly

Calls 1

dedentFunction · 0.70

Tested by

no test coverage detected