Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/data/
Dconstruct-custom.code9 YAMLObject1(my_parameter='foo', my_another_parameter=[1,2,3])
/third_party/PyYAML/tests/lib/
Dtest_constructor.py17 … global MyLoader, MyDumper, MyTestClass1, MyTestClass2, MyTestClass3, YAMLObject1, YAMLObject2, \
84 class YAMLObject1(yaml.YAMLObject): class
92 if isinstance(other, YAMLObject1):