Callback List
lerax.callback.list.CallbackListStepState
Bases:
State for CallbackList callback step.
Attributes:
| Name | Type | Description |
|---|---|---|
|
|
List of step states for each callback. |
lerax.callback.list.CallbackListState
Bases:
State for CallbackList callback.
Attributes:
| Name | Type | Description |
|---|---|---|
|
|
List of states for each callback. |
lerax.callback.CallbackList
Bases:
Callback that aggregates multiple callbacks and forwards calls to them.
Attributes:
| Name | Type | Description |
|---|---|---|
|
|
List of callbacks to aggregate. |
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
callbacks
|
|
List of callbacks to aggregate. |
required |