root/pysyck/trunk/sandbox/syck-parser/test_my_tags.yml
| Revision 21, 373 bytes (checked in by xi, 7 years ago) |
|---|
| Line | |
|---|---|
| 1 | - !python/new:test_pickle.ACustomState |
| 2 | state: !python/tuple [1, two, [3, 4, 5]] |
| 3 | - !python/new:test_pickle.InitArgs [1, two, [3, 4, 5]] |
| 4 | - !python/new:test_pickle.InitArgs |
| 5 | args: 1 |
| 6 | kwds: {bar: two, baz: [3, 4, 5]} |
| 7 | - !python/new:test_pickle.InitArgsWithState |
| 8 | args: [1, two, [3, 4, 5]] |
| 9 | state: [3, 4, 5] |
| 10 | - !python/new:test_pickle.NewArgs [1, two, [3, 4, 5]] |
| 11 |
Note: See TracBrowser
for help on using the browser.
