mooflow.utils.save_obj

mooflow.utils.save_obj(name, obj, ending='pkl')

Save a struct or list into a prickle binary file.

Parameters
namestring

path and filename for prickle file without file ending, functions add .pkl

objstruct, list,…

object to save in prickle file