Searched refs:next_siblings (Results 1 – 2 of 2) sorted by relevance
404 self.next_siblings, **kwargs)522 def next_siblings(self): member in PageElement631 return self.next_siblings1299 recursive_candidate_generator = lambda tag: tag.next_siblings
886 ``.next_siblings`` and ``.previous_siblings``889 You can iterate over a tag's siblings with ``.next_siblings`` or892 for sibling in soup.a.next_siblings:1515 These methods use :ref:`.next_siblings <sibling-generators>` to2960 * ``nextSiblingGenerator()`` -> ``next_siblings``