Searched refs:make_xml_file (Results 1 - 1 of 1) sorted by relevance
| /third_party/python/Lib/test/ |
| H A D | test_sax.py | 116 def make_xml_file(doc, encoding, decl_encoding=...): function 140 make_xml_file(self.data, encoding) 144 make_xml_file(self.data, encoding, None) 154 make_xml_file(self.data, encoding) 159 make_xml_file(self.data, encoding, None) 165 make_xml_file(self.data, 'utf-8-sig', 'utf-8') 170 make_xml_file(self.data, 'utf-8-sig', None) 176 make_xml_file(self.data, 'iso-8859-1') 183 make_xml_file(self.data, 'iso-8859-1', None) 191 make_xml_file(sel [all...] |
Completed in 2 milliseconds