0

What does ET.fromstring() do?

28th Sep 2021, 1:20 PM
Obinna
Obinna - avatar
2 ответов
+ 1
Hello, fromstring() parses XML from a string directly into an Element, which is the root element of the parsed tree. Anyways, you can learn more about it here: https://docs.python.org/3/library/xml.etree.elementtree.html Cheers
28th Sep 2021, 1:38 PM
Giancarlo Emanuel Buonomo Giacoponello
0
Thanks
28th Sep 2021, 2:56 PM
Obinna
Obinna - avatar