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

Method __init__

lib/matplotlib/axis.py:2765–2767  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2763 _tick_class = YTick
2764
2765 def __init__(self, *args, **kwargs):
2766 super().__init__(*args, **kwargs)
2767 self._init()
2768
2769 def _init(self):
2770 """

Callers

nothing calls this directly

Calls 2

_initMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected