Searched refs:yaml_file (Results 1 – 2 of 2) sorted by relevance
122 with open(output_merged, 'w') as yaml_file:123 yaml_file.write(yaml.dump(json_dict))
203 yaml_file = { variable224 print(yaml.dump(yaml_file, default_flow_style=False, Dumper=CustomDumper))