functools
darts_utils.functools
¶
Function helpers.
logger
module-attribute
¶
write_function_args_to_config_file
¶
Write the arguments of a function.
Parameters:
-
fpath
(pathlib.Path
) –Path to the config file
-
function
(callable
) –function to get the arguments from
-
locals_
(dict
) –locals() dictionary. Needs to be called in parent function