check_func_parameters#

frouros.utils.decorators.check_func_parameters(func: Any) Any#

Decorator function to check function parameters.

Parameters:

func (Any) – function to be wrapped

Returns:

wrapper

Return type:

Any