Subclass all base classes from `object`.
[pyyaml/python3.git] / tests / data / construct-omap.code
blobf4cf1b87d12a46b7b1ce7f7dc928cce32280b604
2     "Bestiary": [
3         ("aardvark", "African pig-like ant eater. Ugly."),
4         ("anteater", "South-American ant eater. Two species."),
5         ("anaconda", "South-American constrictor snake. Scaly."),
6     ],
7     "Numbers": [ ("one", 1), ("two", 2), ("three", 3) ],