Home
last modified time | relevance | path

Searched refs:_DUMP_KWARGS (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/
Dyaml_writer.py38 _DUMP_KWARGS = dict(explicit_start=True, allow_unicode=True, indent=4) variable
40 _DUMP_KWARGS.update(sort_keys=False)
46 yaml.safe_dump(content, file, **_DUMP_KWARGS)