Lines Matching refs:startChildIndex
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
797 if (startChildIndex >= len(self.children)
801 replacingHowMany = stopChildIndex - startChildIndex + 1
817 self.children[idx + startChildIndex] = child
819 child.childIndex = idx + startChildIndex
825 del self.children[startChildIndex:stopChildIndex+1]
828 self.children[startChildIndex:startChildIndex] = newChildren
831 self.freshenParentAndChildIndexes(startChildIndex)
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