HomeSort by relevance Sort by last modified time
    Searched refs:make_xml_file (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test_sax.py 105 def make_xml_file(doc, encoding, decl_encoding=Ellipsis): function
131 make_xml_file(self.data, encoding)
136 make_xml_file(self.data, encoding, None)
142 make_xml_file(self.data, 'utf-8-sig', 'utf-8')
147 make_xml_file(self.data, 'utf-8-sig', None)
153 make_xml_file(self.data, 'iso-8859-1')
160 make_xml_file(self.data, 'iso-8859-1', None)
169 make_xml_file(self.data, 'iso-8859-1', None)
    [all...]
  /external/python/cpython3/Lib/test/
test_sax.py 110 def make_xml_file(doc, encoding, decl_encoding=...): function
134 make_xml_file(self.data, encoding)
138 make_xml_file(self.data, encoding, None)
148 make_xml_file(self.data, encoding)
153 make_xml_file(self.data, encoding, None)
159 make_xml_file(self.data, 'utf-8-sig', 'utf-8')
164 make_xml_file(self.data, 'utf-8-sig', None)
170 make_xml_file(self.data, 'iso-8859-1')
177 make_xml_file(self.data, 'iso-8859-1', None)
190 make_xml_file(self.data, 'iso-8859-1', None
    [all...]

Completed in 2775 milliseconds