NodeState#
- class liesel.model.nodes.NodeState(value: Any, outdated: bool, extra: Any = None)[source]#
Bases:
NamedTupleThe state of a node.
Methods
count(value, /)Return number of occurrences of value.
index(value[, start, stop])Return first index of value.
Attributes
Optional extra information.
Whether the node is outdated.
The value of the node.