Show
Ignore:
Timestamp:
09/03/08 04:36:20 (3 months ago)
Author:
ArcRiley
Message:

No Ticket :

  • further docs and cleanup for soy.actions
  • renamed soy.actions.Stdout to soy.actions.Print to prep for Python3.0 API
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/include/soy.actions.pxd

    r1351 r1352  
    2626  cdef void                    _perform        ( self, unsigned int ) 
    2727 
     28cdef class Callback (Action) : 
     29  cdef object                  _callback 
     30 
    2831cdef class Force (Action) : 
    2932  cdef soy.bodies.Body         _target 
    3033  cdef soy.atoms.Vector        _vector 
    3134 
    32 cdef class Stdout (Action) : 
     35cdef class Print (Action) : 
    3336  cdef char*                   _text 
    34  
    35 cdef class Callback (Action) : 
    36   cdef object                  _callback 
    3737 
    3838cdef class Torque (Action) :