Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/backend_tools.py:710–712 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
708
radio_group =
'default'
709
710
def
__init__(self, *args):
711
super().__init__(*args)
712
self._ids_zoom = []
713
714
def
_cancel_action(self):
715
for
zoom_id in self._ids_zoom:
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected