Configurator
|
One Selection from the selections tree. More...
Public Member Functions | |
def | __init__ |
def | lookup_or_create |
def | module_append |
def | sort |
Public Member Functions inherited from data_structures.Node | |
def | __init__ |
Node Constructor | |
def | parent_index_find |
Recursively find parent of self starting from root_node. | |
def | show |
Method print self indented by indent. | |
def | sub_node_append |
Append sub_node to the children sub nodes of self. | |
def | xml_write |
Method writes self to out_stream indented by indent. | |
One Selection from the selections tree.
This class represents one Node in the selections tree the corresponds to the available modules that can be included in a module. The selections tree is constructed as a side effect of read through the modules database.
|
static |