Trees | Indices | Help |
|
---|
|
object --+ | Data
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
node the qubtree node whose data this is |
|||
preload whether all data is loaded into memory on file open |
|||
count total data elements (rows * cols) |
|||
rows number of rows |
|||
cols number of columns |
|||
type type of data elements, in QTR_TYPE_* |
|||
size size of one data element in bytes |
|||
loaded (first, last) element loaded into memory |
|||
loadedRows (first, last) row loaded into memory |
|||
__node | |||
Inherited from |
|
Constructs a data handler for a qubtree node. Don't call this directly.
|
repr(x)
|
str(x)
|
Loads the rows from first up to and including last into memory. By default loads all. In this numpy flavor, all data is always loaded (memory mapped), and loadRows just adjusts .loadedRows. |
Unloads any loaded data. In this numpy flavor, all data is always loaded (memory mapped), and unloadRows just adjusts .loadedRows. |
Returns a slice into the first..last rows of data. If possible, it will be a direct, mutable reference. This may not be possible with some string data. |
|
nodethe qubtree node whose data this is
|
preloadwhether all data is loaded into memory on file open
|
counttotal data elements (rows * cols)
|
rowsnumber of rows
|
colsnumber of columns
|
typetype of data elements, in QTR_TYPE_*
|
sizesize of one data element in bytes
|
loaded(first, last) element loaded into memory
|
loadedRows(first, last) row loaded into memory
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |