movement_primitives.io.write_yaml#

movement_primitives.io.write_yaml(filename, obj)#

Write object to YAML format.

Parameters:
filenamestr

Output file.

objobject

Any custom object that is a hierarchical composition of basic data types and numpy arrays.