bs4.BeautifulSoup.findChild

BeautifulSoup.findChild(name=None, attrs={}, recursive=True, text=None, **kwargs)

Return only the first child of this Tag matching the given criteria.