TransientNode#
- class liesel.model.TransientNode(*inputs, _name='', _needs_seed=False, convert='default', **kwinputs)[source]#
Bases:
NodeA node that does not cache its value.
A transient node is outdated if and only if at least one of its input nodes is outdated. The
outdatedproperty checks this condition on-the-fly.Methods
update()Does nothing.
Attributes