register_configure_hook(
context_var: ContextVar[Any | None],
inheritable: bool,
handle_class: type[BaseCallbackHandler| Name | Type | Description |
|---|---|---|
context_var* | ContextVar[Any | None] | The context variable. |
inheritable* | bool | Whether the context variable is inheritable. |
handle_class | type[BaseCallbackHandler] | None | Default: None |
env_var | str | None | Default: None |
Register a configure hook.
The callback handler class.
The environment variable.