Variable¶
vtool.util.Variable ([name]) |
Simple base class for variables on a node. |
-
class
Variable
(name=’empty’)¶ Simple base class for variables on a node.
Parameters: name (str) – The name of the variable. -
set_node
(node_name)¶ Set the node to work on.
Parameters: node_name (str) –
-
set_name
(name)¶ Set the name of the variable.
Parameters: name (str) – The name to give the variable.
-
set_value
(value)¶ Set the value that the variable holds.
Parameters: value –
-
create
(node)¶
-
delete
(node)¶
-