remove_child Methode

remove_child(self, node)


def remove_child(self, node):
    ...
ParameterTypBeschreibung
nodeEquationNode

remove_child(self, index)


def remove_child(self, index):
    ...
ParameterTypBeschreibung
indexint

Siehe auch