| Revision 21,
373 bytes
checked in by xi, 8 years ago
(diff) |
|
Now it dumps and loads python objects!
|
| 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 repository browser.