add method

add(node)

Adds the node to the end of list.

def add(self, node):
    ...
ParameterTypeDescription
nodeNode

See Also