handle_event(
handlers: list[BaseCallbackHandler],
event_name: str,
ignore_condition_name: str | Name | Type | Description |
|---|---|---|
handlers* | list[BaseCallbackHandler] | The list of handlers that will handle the event. |
event_name* | str | The name of the event (e.g., |
ignore_condition_name* | str | None | Name of the attribute defined on handler that if |
*args | Any | Default: () |
**kwargs | Any | Default: {} |
Generic event handler for CallbackManager.
The arguments to pass to the event handler.
The keyword arguments to pass to the event handler