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

Method __init__

lib/matplotlib/backend_tools.py:831–833  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

829 radio_group = 'default'
830
831 def __init__(self, *args):
832 super().__init__(*args)
833 self._id_drag = None
834
835 def _cancel_action(self):
836 self._button_pressed = None

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected