Changeset 329 for pyyaml/trunk/tests3/data/construct-python-object.data
- Timestamp:
- 12/29/08 13:11:08 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/tests3/data/construct-python-object.data
r147 r329 7 7 - !!python/object:test_constructor.AState { _foo: 1, _bar: two, _baz: [3,3,3] } 8 8 - !!python/object/new:test_constructor.ACustomState { state: !!python/tuple [1, two, [3,3,3]] } 9 10 - !!python/object/new:test_constructor.InitArgs [1, two, [3,3,3]]11 - !!python/object/new:test_constructor.InitArgsWithState { args: [1, two], state: [3,3,3] }12 9 13 10 - !!python/object/new:test_constructor.NewArgs [1, two, [3,3,3]]
