parse_cm.or_list_comments.yaml_dumps_multi#

parse_cm.or_list_comments.yaml_dumps_multi(data_structs)#

Dump data structures to YAML texts as a list of dict.

This is a thin wrapper around yaml_dumps() to allow dumping multiple data structures with a single call to Python.

Parameters:
data_structslist

List of data structures to be dumped.

Returns:
list

List of YAML texts.