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

Method __str__

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

Source from the content-addressed store, hash-verified

2631 self._inverted = None
2632
2633 def __str__(self):
2634 return ("{}(\n"
2635 "{})"
2636 .format(type(self).__name__,
2637 _indent_str(self._boxout)))
2638
2639 def get_matrix(self):
2640 if self._invalid:

Callers

nothing calls this directly

Calls 2

_indent_strFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected