MCPcopy Create free account
hub / github.com/PyQt5/PyQt / __init__

Method __init__

QMetaObject/CallInThread.py:22–24  ·  view source on GitHub ↗
(self, textBrowser, *args, **kwargs)

Source from the content-addressed store, hash-verified

20class ThreadQt(QThread):
21
22 def __init__(self, textBrowser, *args, **kwargs):
23 super(ThreadQt, self).__init__(*args, **kwargs)
24 self._textBrowser = textBrowser
25
26 def stop(self):
27 self.requestInterruption()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected