source:
pyyaml/trunk/tests3/data/construct-python-object.code
@
329
| Revision 329, 349 bytes checked in by xi, 4 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | [ |
| 2 | AnObject(1, 'two', [3,3,3]), |
| 3 | AnInstance(1, 'two', [3,3,3]), |
| 4 | |
| 5 | AnObject(1, 'two', [3,3,3]), |
| 6 | AnInstance(1, 'two', [3,3,3]), |
| 7 | |
| 8 | AState(1, 'two', [3,3,3]), |
| 9 | ACustomState(1, 'two', [3,3,3]), |
| 10 | |
| 11 | NewArgs(1, 'two', [3,3,3]), |
| 12 | NewArgsWithState(1, 'two', [3,3,3]), |
| 13 | |
| 14 | Reduce(1, 'two', [3,3,3]), |
| 15 | ReduceWithState(1, 'two', [3,3,3]), |
| 16 | |
| 17 | MyInt(3), |
| 18 | MyList(3), |
| 19 | MyDict(3), |
| 20 | ] |
Note: See TracBrowser
for help on using the repository browser.
