update_property# BinaryTreeNode.update_property(prop_name, prop_value)[source]# Update the property of the binary tree node. Parameters: prop_namestrName of the property. prop_valuestrValue of the property. Returns: boolTrue when successful, False when failed.