Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | NumberDict
Dictionary storing numerical values
Constructor: NumberDict()
An instance of this class acts like an array of number with generalized (non-integer) indices. A value of zero is assumed for undefined entries. NumberDict instances support addition, and subtraction with other NumberDict instances, and multiplication and division by scalars.
|
|||
__add__(self, other) | |||
__coerce__(self, other) | |||
__div__(self, other) | |||
__getitem__(self,
item) x[y] |
|||
__mul__(self, other) | |||
__sub__(self, other) | |||
Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
|
x[y]
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:45 2006 | http://epydoc.sourceforge.net |