watex.utils.funcutils.return_ctask#

watex.utils.funcutils.return_ctask(todo=None)[source]#

Get the convenient task to do if users misinput the todo action.

Parameters:

todo

Action to perform: - load: Load data from the config [YAML|CSV|JSON] file - dump: serialize data from the Python object and

create a config [YAML|CSV|JSON] file.