Changes between Initial Version and Version 2 of Ticket #235


Ignore:
Timestamp:
07/05/07 13:42:56 (6 years ago)
Author:
ArcRiley
Comment:

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 chains working with the following test code: 
     1.soy working with the following test code: 
    22{{{ 
    33>>> import soy 
    44>>> f = soy.transports.File('tests/grey5.soy') 
    5 >>> f[0]['grey5'] 
     5>>> f['grey5'] 
    66<Color #555555> 
    77}}} 
    88 
    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. 
     9soy.transports.Transport is dict-like returning the objects within.