remove_child metod

remove_child(self, node)


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

remove_child(self, index)


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

Se även