handle_preload_options
Extract preload options and return a wrapped callable.
def handle_preload_options(
f: callable
) - > callable
Extract preload options and return a wrapped callable.
Parameters
| Name | Type | Description |
|---|---|---|
| f | callable | The function or command handler to be wrapped for preload option processing |
Returns
| Type | Description |
|---|---|
callable | A wrapped version of the original function that triggers the user_preload_options signal before execution |