Class: HandleSetPush
Handle that actually places the data onto the set in response to the EventSetPush event.
Constructor
__init__ (self, *args, **kw)
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 handle. First we get the set instance and the new object from the event. Next we acquire the event lock and perform the push.
Attributes
PRIORITY_CRITICAL
Value of PRIORITY_CRITICAL
40