set_left_child#

Tangle.set_left_child(node: Node | None) None#

Set the left child of the node.

The previous left child does not point to this node after this method call, and instead node does.

Parameters#

node

The new left child.