class documentation
class _ImplicitEventGroup(EventGroup): (source)
Constructor: _ImplicitEventGroup(marker)
An Event Group created by the SDK around an inbound signal or update.
The workflow's main function deliberately gets no such group, so commands it produces outside any explicit scope carry no markers at all.
| 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 | _marker |
Undocumented |
Inherited from EventGroup:
| Method | scope |
Context manager attaching this Event Group to every command produced within it. |