Skip to main content

Getting a value

Syntax:

Node()

pyntree takes a somewhat unique yet simple approach to getting the values stored in nodes thanks to python limitations. To get a node's value, simply call it:

root_node()

The same applies to child nodes.

To get the names of all the child nodes, see Getting a list of all children.