Changes between Initial Version and Version 2 of Ticket #235
- Timestamp:
- 07/05/07 13:42:56 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #235
- Property Priority changed from Medium to High
- Property Component changed from Unknown to soy.transports
-
Ticket #235 – Description
initial v2 1 .soy chainsworking with the following test code:1 .soy working with the following test code: 2 2 {{{ 3 3 >>> import soy 4 4 >>> f = soy.transports.File('tests/grey5.soy') 5 >>> f[ 0]['grey5']5 >>> f['grey5'] 6 6 <Color #555555> 7 7 }}} 8 8 9 soy.transports.Transport is list-like returning the "chains" in the file or stream as they're decoded. Blocks on attempt to access a chain that has not been received/decoded yet if file is still being processed. 10 11 For soy chains each object is accessed as in a dict. Other chains (ie audio, video) will be the direct object. 9 soy.transports.Transport is dict-like returning the objects within.



