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

Method closeEvent

QMetaObject/CallInThread.py:98–103  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

96 return self.textBrowser1.isReadOnly()
97
98 def closeEvent(self, event):
99 self.thread1.stop()
100 self.thread2.stop()
101 self.thread1.wait()
102 self.thread2.join()
103 super(Window, self).closeEvent(event)
104
105
106if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected