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.py37 _DUMP_KWARGS = dict(explicit_start=True, allow_unicode=True, indent=4) variable
39 _DUMP_KWARGS.update(sort_keys=False)
45 yaml.safe_dump(content, file, **_DUMP_KWARGS)