Skip to main content

execute_sync_callback

Function
This function is defined in the main module.
Execute synchronous callback for a given display type without displaying anything. This function is used to trigger callbacks even when verbose=False.

Signature

def execute_sync_callback(display_type: str) -> Any

Parameters

display_type
str
required
Type of display event **kwargs: Arguments to pass to the callback function

Returns

Returns
Any
The result of the operation.