| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
      object --+    
               |    
AccumulatorParam --+
                   |
                  AddingAccumulatorParam
An AccumulatorParam that uses the + operators to add values. Designed for simple types such as integers, floats, and lists. Requires the zero value for the underlying type as a parameter.
| Instance Methods | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| Properties | |
| Inherited from  | 
| Method Details | 
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 Provide a "zero value" for the type, compatible in 
  dimensions with the provided  
 | 
| 
 Add two values of the accumulator's data type, returning a new value; 
  for efficiency, can also update  
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 17 20:36:18 2014 | http://epydoc.sourceforge.net |