Home | History | Annotate | Download | only in thirdparty

Lines Matching refs:lastChild

155         lastChild = self._lastRecursiveChild()
156 nextElement = lastChild.next
163 lastChild.next = None
175 lastChild = self
176 while hasattr(lastChild, 'contents') and lastChild.contents:
177 lastChild = lastChild.contents[-1]
178 return lastChild