Home | History | Annotate | Download | only in library

Lines Matching full:fromstring

116    root = ET.fromstring(country_data_as_string)
118 :func:`fromstring` parses XML from a string directly into an :class:`Element`,
305 root = fromstring(xml_text)
361 root = ET.fromstring(countrydata)
459 .. function:: fromstring(text)