MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _get_multialignment

Method _get_multialignment

lib/matplotlib/text.py:301–305  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

299 return self.get_transform().transform((x, y))
300
301 def _get_multialignment(self):
302 if self._multialignment is not None:
303 return self._multialignment
304 else:
305 return self._horizontalalignment
306
307 def _char_index_at(self, x):
308 """

Callers 1

_get_layoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected