Lines Matching refs:stopChildIndex
189 def replaceChildren(self, startChildIndex, stopChildIndex, t): argument
583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument
802 or stopChildIndex >= len(self.children)
806 replacingHowMany = stopChildIndex - startChildIndex + 1
830 del self.children[startChildIndex:stopChildIndex+1]
1616 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
1618 parent.replaceChildren(startChildIndex, stopChildIndex, t)
1736 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
2087 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
2090 parent, startChildIndex, stopChildIndex, t