Trees | Indices | Help |
|
---|
|
object --+ | NodeStorage --+ | NodeInMem
Manages the attributes and data of a Node that's not in a file.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__cols | |||
__data | |||
__dataCount | |||
__dataSize | |||
__dataType | |||
__loadedFirst | |||
__loadedLast | |||
__name | |||
__preload | |||
__rows | |||
Inherited from Inherited from |
|
Instantiated by Node with either a NodeStorage template to copy, or the name for a fresh new one. Basically it uses self.__whatever for the attributes, and keeps data in either numpy.array or mmap.mmap (for strings).
|
|
|
|
|
|
|
|
|
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |