Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_init
Method · 0.95
__init__
Method · 0.45
Tested by
no test coverage detected