Set handler as the only handler on the callback manager.
set_handler(
self,
handler: BaseCallbackHandler,
inherit: bool = True
) -> None| Name | Type | Description |
|---|---|---|
handler* | BaseCallbackHandler | The handler to set. |
inherit | bool | Default: TrueWhether to inherit the handler. |