Searched refs:safe_dump (Results 1 – 2 of 2) sorted by relevance
43 def safe_dump(content, file): function46 yaml.safe_dump(content, file, **_DUMP_KWARGS)
58 yaml_writer.safe_dump(new_content, f)