Searched refs:_last_descendant (Results 1 – 2 of 2) sorted by relevance
191 most_recent_element = self.element._last_descendant(False)197 most_recent_element = self.soup._last_descendant()265 new_parents_last_descendant = new_parent_element._last_descendant(False, False)
262 last_child = self._last_descendant()283 def _last_descendant(self, is_initialized=True, accept_self=True): member in PageElement295 _lastRecursiveChild = _last_descendant329 new_child.previous_element = previous_child._last_descendant(False)333 new_childs_last_element = new_child._last_descendant(False)1272 stopNode = self._last_descendant().next_element