Subclass all base classes from `object`.
[pyyaml/python3.git] / tests / data / construct-omap.data
blob4fa0f45f26ff6c89e1d3905ce51c7514fd4d715f
1 # Explicitly typed ordered map (dictionary).
2 Bestiary: !!omap
3   - aardvark: African pig-like ant eater. Ugly.
4   - anteater: South-American ant eater. Two species.
5   - anaconda: South-American constrictor snake. Scaly.
6   # Etc.
7 # Flow style
8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]