Home
last modified time | relevance | path

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

/third_party/mesa3d/.gitlab-ci/tests/
Dconftest.py43 proxy_results_mock.return_value = yaml.safe_dump(job_results)
46 proxy_test_suites_mock.return_value = yaml.safe_dump(testsuite_results)
/third_party/PyYAML/tests/data/
Dunknown.dumper-error1 yaml.safe_dump(object)
/third_party/PyYAML/tests/lib/
Dtest_yaml_ext.py64 old_safe_dump = yaml.safe_dump
92 yaml.safe_dump = new_safe_dump
115 yaml.safe_dump = old_safe_dump
Dtest_schema.py123 dump = yaml.safe_dump(loaded, explicit_end=False)
/third_party/mesa3d/.gitlab-ci/tests/lava/
Dhelpers.py49 return finished, yaml.safe_dump(logs)
/third_party/mesa3d/.gitlab-ci/tests/utils/
Dtest_lava_log.py161 yaml_data = yaml.safe_dump(input)
/third_party/PyYAML/lib/yaml/
D__init__.py263 def safe_dump(data, stream=None, **kwds): function