MCPcopy Index your code
hub / github.com/PyQt5/PyQt / __del__

Method __del__

QPushButton/BottomLineProgress.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self.clicked.connect(self.start)
60
61 def __del__(self):
62 self.stop()
63
64 def paintEvent(self, event):
65 super(PushButtonLine, self).paintEvent(event)

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected