Transaction#
- class Transaction(nodetree: NodeTree)[source]#
Bases:
objectTransaction Manager.
Buffers commands (node, value pairs)
- Parameters:
nodetree (NodeTree) – Underlying Nodetree
Methods
add(node, value)Adds a single node set command to the set transaction.
Flag if the transaction is in progress.
result()Resulting transaction list.
start([add_callback])Start the transaction.
stop()Stop the transaction.