Home | History | Annotate | Download | only in library

Lines Matching full:fromstring

86    root = ET.fromstring(country_data_as_string)
88 :func:`fromstring` parses XML from a string directly into an :class:`Element`,
328 root = fromstring(xml_text)
384 root = ET.fromstring(countrydata)
488 .. function:: fromstring(text)