Home | History | Annotate | Download | only in bs4

Lines Matching full:descendant

827         for descendant in self.descendants:
829 (types is None and not isinstance(descendant, NavigableString))
831 (types is not None and type(descendant) not in types)):
834 descendant = descendant.strip()
835 if len(descendant) == 0:
837 yield descendant