mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00

Could, as well as should, shall, must, may, can, might, etc. are auxiliary words. After an auxiliary word should come an infinitive verb.
10 lines
275 B
Text
10 lines
275 B
Text
[
|
|
MyTestClass1(x=1),
|
|
MyTestClass1(x=1, y=2, z=3),
|
|
MyTestClass2(x=10),
|
|
MyTestClass2(x=10, y=20, z=30),
|
|
MyTestClass3(x=1),
|
|
MyTestClass3(x=1, y=2, z=3),
|
|
MyTestClass3(x=1, y=2, z=3),
|
|
YAMLObject1(my_parameter='foo', my_another_parameter=[1,2,3])
|
|
]
|