Convert a BeautifulSoup tree to a list of Element trees. Returns a list instead of a single root Element to support HTML-like soup with more than one root element. You can pass a different Element factory through the `makeelement` keyword.
(beautiful_soup_tree, makeelement=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected