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

Method __init__

lib/matplotlib/backend_bases.py:1195–1198  ·  view source on GitHub ↗
(self, name, canvas, guiEvent=None)

Source from the content-addressed store, hash-verified

1193 """
1194
1195 def __init__(self, name, canvas, guiEvent=None):
1196 self.name = name
1197 self.canvas = canvas
1198 self.guiEvent = guiEvent
1199
1200 def _process(self):
1201 """Process this event on ``self.canvas``, then unset ``guiEvent``."""

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__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