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

Method get_aspect

lib/mpl_toolkits/axes_grid1/axes_divider.py:141–143  ·  view source on GitHub ↗

Return aspect.

(self)

Source from the content-addressed store, hash-verified

139 self._aspect = aspect
140
141 def get_aspect(self):
142 """Return aspect."""
143 return self._aspect
144
145 def set_locator(self, _locator):
146 self._locator = _locator

Callers 2

_locateMethod · 0.95
get_aspectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected