Skip to main content

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

NameTypeDescription
fcallableThe function or command handler to be wrapped for preload option processing

Returns

TypeDescription
callableA wrapped version of the original function that triggers the user_preload_options signal before execution