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

Function _indent_str

site-packages/matplotlib/transforms.py:51–52  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

49
50
51def _indent_str(obj): # textwrap.indent(str(obj), 4) on Py3.
52 return re.sub("(^|\n)", r"\1 ", str(obj))
53
54
55class TransformNode(object):

Callers 12

__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85
__str__Method · 0.85

Calls 1

subMethod · 0.45

Tested by

no test coverage detected