skfolio.utils.tools.args_names#

skfolio.utils.tools.args_names(func)[source]#

Returns the argument names of a function.

Parameters:
funcobject

Function.

Returns:
argslist[str]

The list of function arguments.