Skip to content

Commit 61d11df

Browse files
committed
Minor comments
1 parent d1fd7c0 commit 61d11df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytestqt/_tests/test_exceptions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44

55
class Receiver(QtCore.QObject):
6+
"""
7+
Dummy QObject subclass that raises an error on receiving events if
8+
`raise_error` is True.
9+
"""
610

711
def __init__(self, raise_error, *args, **kwargs):
812
QtCore.QObject.__init__(self, *args, **kwargs)

0 commit comments

Comments
 (0)