add_child method

add_child

Adds element as a child

def add_child(self, child):
    ...
ParameterTypeDescription
childDgnElementelement to add as a child

See Also