Lines Matching refs:stopChildIndex
189 def replaceChildren(self, startChildIndex, stopChildIndex, t): argument
583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument
798 or stopChildIndex >= len(self.children)):
801 replacingHowMany = stopChildIndex - startChildIndex + 1
825 del self.children[startChildIndex:stopChildIndex+1]
1607 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
1609 parent.replaceChildren(startChildIndex, stopChildIndex, t)
1727 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
2074 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): argument
2077 parent, startChildIndex, stopChildIndex, t