sec_parser.utils.bs4_.count_text_matches_in_descendants
Functions
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