Searched refs:safe_dump (Results 1 – 3 of 3) 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)
601 yaml.safe_dump(config, f, indent=4)