qubx :: tree :: NullData :: Class NullData
[hide private]
[frames] | no frames]

Class NullData

source code

object --+
         |
        NullData

Represents the data of a null node, which is empty and will stay empty.

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
__len__(self) source code
 
__getitem__(self, key) source code
 
__setitem__(self, key, val) source code
 
get_node(self) source code
 
set_none(self, x) source code
 
setup(self, type, rows, cols) source code
 
resize(self, nr) source code
 
clear(self) source code
 
loadRows(self, first, last, do_read=True) source code
 
unloadRows(self, do_write=True) source code
 
row(self, i) source code
 
col(self, j) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]
  node
the null node whose data this is.
  preload
  count
  rows
  cols
  type
  size
  loaded
  loadedRows

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

Property Details [hide private]

node

the null node whose data this is.

Get Method:
get_node(self)

preload

Get Method:
unreachable(self)
Set Method:
set_none(self, x)

count

Get Method:
__len__(self)

rows

Get Method:
unreachable(self)

cols

Get Method:
unreachable(self)

type

Get Method:
unreachable(self)

size

Get Method:
unreachable(self)

loaded

Get Method:
unreachable(self)

loadedRows

Get Method:
unreachable(self)