Home
last modified time | relevance | path

Searched refs:pyET (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_xml_etree.py33 # pyET is the pure-Python implementation.
35 # ET is pyET in test_xml_etree and is the C accelerated version in
37 pyET = None variable
169 cls.modules = {pyET, ET}
178 # pyET must be second, because pyET may be (equal to) ET.
179 human = dict([(ET, "cET"), (pyET, "pyET")])
187 self.assertIsInstance(alice, (ET.Element, pyET.Element))
188 self.assertIsInstance(bob, (ET.Element, pyET
[all...]

Completed in 2 milliseconds