signal
Signal class.
The signal module is accessible via the louie module.
This class is provided as a way to consistently define and document signal types. Signal classes also have a useful string representation.
Louie does not require you to use a subclass of Signal for signals.
Classes
C All(...) ...
Used to represent 'all signals'.
The All class can be used with connect, disconnect, send, or sendExact to denote that the signal should react to all signals, not just a particular signal.
This class contains 1 member.
See the source for more information.