Searched refs:make_xml_file (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_sax.py | 111 def make_xml_file(doc, encoding, decl_encoding=...): function 135 make_xml_file(self.data, encoding) 139 make_xml_file(self.data, encoding, None) 149 make_xml_file(self.data, encoding) 154 make_xml_file(self.data, encoding, None) 160 make_xml_file(self.data, 'utf-8-sig', 'utf-8') 165 make_xml_file(self.data, 'utf-8-sig', None) 171 make_xml_file(self.data, 'iso-8859-1') 178 make_xml_file(self.data, 'iso-8859-1', None) 186 make_xml_file(self.data, 'utf-8', None) [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_sax.py | 106 def make_xml_file(doc, encoding, decl_encoding=Ellipsis): function 132 make_xml_file(self.data, encoding) 137 make_xml_file(self.data, encoding, None) 143 make_xml_file(self.data, 'utf-8-sig', 'utf-8') 148 make_xml_file(self.data, 'utf-8-sig', None) 154 make_xml_file(self.data, 'iso-8859-1') 161 make_xml_file(self.data, 'iso-8859-1', None) 170 make_xml_file(self.data, 'iso-8859-1', None) 187 make_xml_file(self.data, 'iso-8859-1', None)
|