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

Method __init__

lib/matplotlib/backend_bases.py:1487–1494  ·  view source on GitHub ↗
(self, name, canvas, mouseevent, artist,
                 guiEvent=None, **kwargs)

Source from the content-addressed store, hash-verified

1485 """
1486
1487 def __init__(self, name, canvas, mouseevent, artist,
1488 guiEvent=None, **kwargs):
1489 if guiEvent is None:
1490 guiEvent = mouseevent.guiEvent
1491 super().__init__(name, canvas, guiEvent)
1492 self.mouseevent = mouseevent
1493 self.artist = artist
1494 self.__dict__.update(kwargs)
1495
1496
1497class KeyEvent(LocationEvent):

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
updateMethod · 0.45

Tested by

no test coverage detected