remove_child方法

remove_child(self, node)


def remove_child(self, node):
    ...
范围类型描述
nodeEquationNode

remove_child(self, index)


def remove_child(self, index):
    ...
范围类型描述
indexint

也可以看看