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

Method __init__

lib/matplotlib/backends/_backend_tk.py:155–158  ·  view source on GitHub ↗
(self, parent, *args, **kwargs)

Source from the content-addressed store, hash-verified

153 """Subclass of `backend_bases.TimerBase` using Tk timer events."""
154
155 def __init__(self, parent, *args, **kwargs):
156 self._timer = None
157 super().__init__(*args, **kwargs)
158 self.parent = parent
159
160 def _timer_start(self):
161 self._timer_stop()

Callers 4

__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