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

Method get_locator

lib/mpl_toolkits/axes_grid1/axes_divider.py:148–149  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 self._locator = _locator
147
148 def get_locator(self):
149 return self._locator
150
151 def get_position_runtime(self, ax, renderer):
152 if self._locator is None:

Callers 1

get_axes_locatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected