Package VisionEgg :: Package PyroApps :: Module EPhysGUI :: Class Loop
[frames] | no frames]

Class Loop

source code

         object --+    
                  |    
ClassWithParameters --+
                      |
                     Loop

Instance Methods
 
__init__(self, **kw)
Create self.parameters and set values.
source code
 
is_done(self) source code
 
get_current(self) source code
 
advance(self) source code
 
reset(self) source code

Inherited from ClassWithParameters: __getstate__, __setstate__, get_specified_type, is_constant_parameter, set, verify_parameters

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables
  parameters_and_defaults = {'variable':('<repeat>', ve_types.St...

Inherited from ClassWithParameters: __safe_for_unpickling__, constant_parameters_and_defaults

Properties

Inherited from object: __class__

Method Details

__init__(self, **kw)
(Constructor)

source code 
Create self.parameters and set values.

Overrides: ClassWithParameters.__init__
(inherited documentation)

Class Variable Details

parameters_and_defaults

Value:
{'variable':('<repeat>', ve_types.String), 'sequence':([1, 1, 1], ve_t\
ypes.Sequence(ve_types.Real)), 'rest_duration_sec':(1.0, ve_types.Real\
)}