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

Method __init__

lib/matplotlib/scale.py:362–365  ·  view source on GitHub ↗
(self, base)

Source from the content-addressed store, hash-verified

360 input_dims = output_dims = 1
361
362 def __init__(self, base):
363 super().__init__()
364 self.base = base
365 self._exp_funcs = {np.e: np.exp, 2: np.exp2}
366
367 def __str__(self):
368 return f"{type(self).__name__}(base={self.base})"

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected