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

Method __init__

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

Source from the content-addressed store, hash-verified

188 """Default of toggled state."""
189
190 def __init__(self, *args, **kwargs):
191 self._toggled = kwargs.pop('toggled', self.default_toggled)
192 super().__init__(*args, **kwargs)
193
194 def trigger(self, sender, event, data=None):
195 """Calls `enable` or `disable` based on `~ToolToggleBase.toggled` value."""

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected