Manages the attributes and data of a Node that's not in a file.
|
|
__init__(self,
init)
Instantiated by Node with either a NodeStorage template to copy, or
the name for a fresh new one. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from NodeStorage:
get_childPos,
get_dataPos,
get_file,
get_offset,
get_ondirtied,
get_siblingPos,
map_data,
measure,
read,
set_childPos,
set_clean,
set_ondirtied,
set_siblingPos,
write
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|