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

Method __str__

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

Source from the content-addressed store, hash-verified

2726 self._inverted = None
2727
2728 def __str__(self):
2729 return ("{}(\n"
2730 "{})"
2731 .format(type(self).__name__,
2732 _indent_str(self._t)))
2733
2734 def get_matrix(self):
2735 if self._invalid:

Callers

nothing calls this directly

Calls 2

_indent_strFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected