Module Index

Constructor

Attributes

Class: HandleSetPop

Handle that actually pops the specified element from the set object at the specified index.

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 from the event. Next we remove the specified item from the set and place the item in the result attribute of the set.

Attributes

PRIORITY_CRITICAL

Value of PRIORITY_CRITICAL

40