Add support for pickling/unpickling python objects.
[pyyaml/python3.git] / tests / data / construct-set.data
blobe05dc885796ea96724d34b07aba0f9c44bec5462
1 # Explicitly typed set.
2 baseball players: !!set
3   ? Mark McGwire
4   ? Sammy Sosa
5   ? Ken Griffey
6 # Flow style
7 baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees }