sec_parser.utils.bs4_.count_text_matches_in_descendants

Functions

count_text_matches_in_descendants(→ int)

Module Contents

sec_parser.utils.bs4_.count_text_matches_in_descendants.count_text_matches_in_descendants(bs4_tag: bs4.Tag, predicate: Callable[[str], bool], *, exclude_links: bool | None = None) int