10.6.5. Class cerebro.events.AfterEventChangingOfTasksTag¶
-
class
cerebro.events.AfterEventChangingOfTasksTag(event_type, event_id)[source]¶ Bases:
cerebro.events.AfterEventChangingOfTasksThe class for the tag value altering event - for a single or for multiple task(s). It grants access to the data of the modified tasks after writing it into the database.
Methods
The class object is input into the following function:
after_eventof the module event.def after_event(event): if event.event_type() == event.EVENT_CHANGING_OF_TASKS_TAG: ...
See also
-
tag()[source]¶ Returns: the changed tag. Return type: cerebro.aclasses.AbstractTag
-