Lines Matching refs:pyET
38 pyET = None variable
167 cls.modules = {pyET, ET}
177 human = dict([(ET, "cET"), (pyET, "pyET")])
185 self.assertIsInstance(alice, (ET.Element, pyET.Element))
186 self.assertIsInstance(bob, (ET.Element, pyET.Element))
3901 if not pyET:
3909 self.assertIsInstance(pyET.Element.__init__, types.FunctionType)
3910 self.assertIsInstance(pyET.XMLParser.__init__, types.FunctionType)
3916 return pyET.canonicalize(xml, **options)
4151 global pyET
4152 pyET = import_fresh_module('xml.etree.ElementTree',
4155 module = pyET
4184 if pyET is not ET:
4214 ET = pyET = None