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

Method __init__

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

Source from the content-addressed store, hash-verified

2539 _tick_class = XTick
2540
2541 def __init__(self, *args, **kwargs):
2542 super().__init__(*args, **kwargs)
2543 self._init()
2544
2545 def _init(self):
2546 """

Callers

nothing calls this directly

Calls 2

_initMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected