We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fd7c0 commit 61d11dfCopy full SHA for 61d11df
pytestqt/_tests/test_exceptions.py
@@ -3,6 +3,10 @@
3
4
5
class Receiver(QtCore.QObject):
6
+ """
7
+ Dummy QObject subclass that raises an error on receiving events if
8
+ `raise_error` is True.
9
10
11
def __init__(self, raise_error, *args, **kwargs):
12
QtCore.QObject.__init__(self, *args, **kwargs)
0 commit comments