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

Method __str__

site-packages/matplotlib/transforms.py:2196–2202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2194 frozen.__doc__ = Transform.frozen.__doc__
2195
2196 def __str__(self):
2197 return ("{}(\n"
2198 "{},\n"
2199 "{})"
2200 .format(type(self).__name__,
2201 _indent_str(self._x),
2202 _indent_str(self._y)))
2203
2204 def transform_non_affine(self, points):
2205 if self._x.is_affine and self._y.is_affine:

Callers

nothing calls this directly

Calls 2

_indent_strFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected