add method

add(node)

Adds the element to the end of list.

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

See Also