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

Method __init__

lib/matplotlib/backends/_backend_gtk.py:84–86  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

82 """Subclass of `.TimerBase` using GTK timer events."""
83
84 def __init__(self, *args, **kwargs):
85 self._timer = None
86 super().__init__(*args, **kwargs)
87
88 def _timer_start(self):
89 # Need to stop it, otherwise we potentially leak a timer id that will

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected