skfolio.utils.tools.args_names# skfolio.utils.tools.args_names(func)[source]# Returns the argument names of a function. Parameters: funcobjectFunction. Returns: argslist[str]The list of function arguments.