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

Method __del__

lib/matplotlib/backend_bases.py:1076–1078  ·  view source on GitHub ↗

Need to stop timer and possibly disconnect timer.

(self)

Source from the content-addressed store, hash-verified

1074 self.single_shot = False
1075
1076 def __del__(self):
1077 """Need to stop timer and possibly disconnect timer."""
1078 self._timer_stop()
1079
1080 def start(self):
1081 """Start the timer."""

Callers

nothing calls this directly

Calls 1

_timer_stopMethod · 0.95

Tested by

no test coverage detected