MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / TestObject

Class TestObject

tests_python/resources/_debugger_case_qthread4.py:13–21  ·  view source on GitHub ↗

Test class providing some non-argument signal

Source from the content-addressed store, hash-verified

11
12
13class TestObject(QtCore.QObject):
14 """
15 Test class providing some non-argument signal
16 """
17
18 try:
19 testSignal = QtCore.Signal() # @UndefinedVariable
20 except:
21 testSignal = QtCore.pyqtSignal() # @UndefinedVariable
22
23
24class TestThread(QtCore.QThread):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected