Home
last modified time | relevance | path

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

/third_party/PyYAML/tests/data/
Dconstruct-custom.code6 MyTestClass3(x=1),
7 MyTestClass3(x=1, y=2, z=3),
8 MyTestClass3(x=1, y=2, z=3),
/third_party/PyYAML/tests/lib/
Dtest_constructor.py17 … global MyLoader, MyDumper, MyTestClass1, MyTestClass2, MyTestClass3, YAMLObject1, YAMLObject2, \
70 class MyTestClass3(MyTestClass2): class