Lines Matching refs:getChildCount
118 def getChildCount(self): member in Tree
537 def getChildCount(self, t): member in TreeAdaptor
725 def getChildCount(self): member in BaseTree
1012 for i in range(self.getChildCount(t)):
1077 nc = newRoot.getChildCount()
1096 if root.getChildCount() == 0:
1099 elif root.getChildCount() == 1:
1161 def getChildCount(self, t): member in BaseTreeAdaptor
1162 return t.getChildCount()
1273 if self.getChildCount():
1285 if self.getChildCount():
1592 def getChildCount(self, t): member in CommonTreeAdaptor
1595 return t.getChildCount()
1882 n = self.adaptor.getChildCount(t)
2321 if self.input.getTreeAdaptor().getChildCount(look) == 0:
2431 while idx < self.adaptor.getChildCount(t):
2495 if self.adaptor.getChildCount(self.tree) > 0:
2509 if self.adaptor.getChildCount(self.tree) == 0:
2525 if self.adaptor.getChildCount(self.tree) > 0:
2535 and self.adaptor.getChildIndex(self.tree)+1 >= self.adaptor.getChildCount(parent)):
2793 while self.adaptor.isNil(el) and self.adaptor.getChildCount(el) == 1: