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

Function _isdeleted

lib/matplotlib/backends/qt_compat.py:81–81  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

79 from PySide6 import QtCore, QtGui, QtWidgets, QtSvg, __version__
80 import shiboken6
81 def _isdeleted(obj): return not shiboken6.isValid(obj)
82 if parse_version(__version__) >= parse_version('6.4'):
83 _to_int = operator.attrgetter('value')
84 else:

Callers 2

__del__Method · 0.85
_draw_idleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…