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

Method __init__

lib/matplotlib/backends/backend_macosx.py:42–47  ·  view source on GitHub ↗
(self, figure)

Source from the content-addressed store, hash-verified

40 manager_class = _api.classproperty(lambda cls: FigureManagerMac)
41
42 def __init__(self, figure):
43 super().__init__(figure=figure)
44 self._draw_pending = False
45 self._is_drawing = False
46 # Keep track of the timers that are alive
47 self._timers = set()
48
49 def draw(self):
50 """Render the figure and update the macosx canvas."""

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected