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

Method __str__

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

Source from the content-addressed store, hash-verified

2583 self._inverted = None
2584
2585 def __str__(self):
2586 return ("{}(\n"
2587 "{},\n"
2588 "{})"
2589 .format(type(self).__name__,
2590 _indent_str(self._boxin),
2591 _indent_str(self._boxout)))
2592
2593 def get_matrix(self):
2594 if self._invalid:

Callers

nothing calls this directly

Calls 2

_indent_strFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected