Class: HandleEqual
The HandleEqual event handle. This event handle is executed for EventEqual events.
Constructor
__init__ (self, *args, **kw)
Constructor. Initialize the Handle base class and set the handle priority.
Methods
get_event (self)
Return the Event instance that caused this handle to be instantiated.
get_event_data (self, key)
Return event data from the event data dictionary using the specified key.
run (self)
Run the event handle. First, initialize the required data. Next, initialize the operators, invoking them if necessary. Finally, assign the result of the comparison.
Attributes
PRIORITY_CRITICAL
Value of PRIORITY_CRITICAL
40