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

Method __del__

lib/matplotlib/backends/backend_qt.py:197–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195 super().__init__(*args, **kwargs)
196
197 def __del__(self):
198 # The check for deletedness is needed to avoid an error at animation
199 # shutdown with PySide2.
200 if not _isdeleted(self._timer):
201 self._timer_stop()
202
203 def _timer_set_single_shot(self):
204 self._timer.setSingleShot(self._single)

Callers

nothing calls this directly

Calls 2

_timer_stopMethod · 0.95
_isdeletedFunction · 0.85

Tested by

no test coverage detected