Parse a string of HTML data into an Element tree using the BeautifulSoup parser. Returns the root `` `` Element of the tree. You can pass a different BeautifulSoup parser through the `beautifulsoup` keyword, and a diffent Element factory function through the `makeelement`
(data, beautifulsoup=None, makeelement=None, **bsargs)
source not stored for this graph (policy: none)