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

Method __init__

lib/mpl_toolkits/axisartist/axislines.py:276–278  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

274class GridHelperBase:
275
276 def __init__(self):
277 self._old_limits = None
278 super().__init__()
279
280 def update_lim(self, axes):
281 x1, x2 = axes.get_xlim()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected