Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
def
_indent_str(obj):
# textwrap.indent(str(obj), 4) on Py3.
52
return
re.sub(
"(^|\n)"
, r
"\1 "
, str(obj))
53
54
55
class
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
sub
Method · 0.45
Tested by
no test coverage detected