Home
last modified time | relevance | path

Searched refs:_clean_illegal_xml_chars (Results 1 – 1 of 1) sorted by relevance

/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py301 xml_string = _clean_illegal_xml_chars(xml_string.decode(encoding or "utf-8"))
325 def _clean_illegal_xml_chars(string_to_clean): function