diff --git a/src/psygnal/_group.py b/src/psygnal/_group.py index 94cf1356..095c9c13 100644 --- a/src/psygnal/_group.py +++ b/src/psygnal/_group.py @@ -184,6 +184,14 @@ class SignalGroup: ---------- instance : Any, optional An object to which this SignalGroup is bound, by default None + + Attributes + ---------- + all : SignalRelay + A special SignalRelay instance that can be used to connect to all signals in + this group. The name of this attribute can be overridden by the user by + creating a new name for the SignalRelay annotation on a subclass of SignalGroup + e.g. `my_name: SignalRelay` """ _psygnal_signals: ClassVar[Mapping[str, Signal]]