source:
pyyaml/trunk/tests/data/construct-python-tuple-list-dict.code
@
144
| Revision 144, 104 bytes checked in by xi, 7 years ago (diff) |
|---|
| Rev | Line | |
|---|---|---|
| [144] | 1 | [ |
| 2 | [1, 2, 3, 4], | |
| 3 | (1, 2, 3, 4), | |
| 4 | {1: 2, 3: 4}, | |
| 5 | {(0,0): 0, (0,1): 1, (1,0): 1, (1,1): 0}, | |
| 6 | ] |
Note: See TracBrowser
for help on using the repository browser.
