Trees | Indices | Help |
|
---|
|
Additional base logic for array columns
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Called by tables.py when first initializing columns. Can be used to complete further initialization.
|
Arrays of size 1 have to be converted to scalars, otherwise the column-to-row conversion in HdfStorage.append() will fail. This is messy, but I can't think of a better way.
|
Overriding to correct for size.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 23 15:04:50 2014 | http://epydoc.sourceforge.net |