Class: HandleHashGet
Handle that actually gets the specified item from the hash.
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 hash instance from the event. Next we place the retrieved item in the result attribute of the hash instance.
Attributes
PRIORITY_CRITICAL
Value of PRIORITY_CRITICAL
40