bs4.BeautifulSoup.find_all_previous

BeautifulSoup.find_all_previous(name=None, attrs={}, text=None, limit=None, **kwargs)

Returns all items that match the given criteria and appear before this Tag in the document.