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

Class NullNode_numpy

source code

object --+
         |
        NullNode_numpy

Represents the absence of a qubtree node.

Has all the properties and methods, so you can e.g. ask blithely if it has any data or children (no).

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
source code
 
__cmp__(self, other) source code
 
__nonzero__(self) source code
 
__len__(self) source code
 
__getitem__(self, key) source code
 
set_none(self, x) source code
 
clone(self, deep=True) source code
 
saveAs(self, path) source code
 
saveAsText(self, path) source code
 
save(self) source code
 
close(self) source code
 
getBytes(self) source code
 
list(self) source code
 
find(self, name) source code
 
next(self, name) source code
 
nextSameName(self) source code
 
append(self, childOrName) source code
 
appendClone(self, other, deep=True) source code
 
insert(self, child, after=None) source code
 
insertClone(self, other, deep=True, after=None) source code
 
remove(self, child) source code
 
setChanged(self) source code
 
lock(self, timeoutMS=None) source code
 
unlock(self) source code

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

Properties [hide private]
  name
  data
  lineComment
  isNull
  child
  sibling
  parent
  path
  modified
  root
  __data

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__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]

name

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

data

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

lineComment

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

isNull

Get Method:
unreachable(self)

child

Get Method:
unreachable(self)

sibling

Get Method:
unreachable(self)

parent

Get Method:
unreachable(self)

path

Get Method:
unreachable(self)

modified

Get Method:
unreachable(self)

root

Get Method:
unreachable(self)