Skip to content

Commit 68ae75d

Browse files
committed
Add docstring
1 parent 9f46afd commit 68ae75d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/IntermediatePy/src/IntermediatePy/Logic/Py/connections.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77

88
class ConnectionsHandler(QObject):
9+
"""Connects the signals of various BackendProxy objects to the methods of this class.
10+
This allows, through the methods of this class, to update dependent objects, but keep them
11+
unaware of each other."""
912

1013
def __init__(self, parent):
1114
super().__init__(parent)

0 commit comments

Comments
 (0)