Subclass all base classes from `object`.
[pyyaml/python3.git] / tests / data / construct-pairs.data
blob05f55b942606f094f5638b66e100008ed54e6692
1 # Explicitly typed pairs.
2 Block tasks: !!pairs
3   - meeting: with team.
4   - meeting: with boss.
5   - break: lunch.
6   - meeting: with client.
7 Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]