class documentation
class _LabelEventGroup(EventGroup): (source)
Constructor: _LabelEventGroup(id, label)
An Event Group explicitly created by workflow code.
| Method | __init__ |
Undocumented |
| Method | _applied |
Return the active set resulting from entering this group's scope. |
| Method | _to |
Serialize as the marker attached to a workflow command. |
| Instance Variable | _id |
Undocumented |
| Instance Variable | _label |
Undocumented |
Inherited from EventGroup:
| Method | scope |
Context manager attaching this Event Group to every command produced within it. |