Searched refs:ElementPath (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_xml_etree.py | 142 from xml.etree import ElementPath namespace 365 from xml.etree import ElementPath namespace 369 cache_len_10 = len(ElementPath._cache) 371 self.assertEqual(len(ElementPath._cache), cache_len_10) 373 self.assertGreater(len(ElementPath._cache), cache_len_10) 375 self.assertLess(len(ElementPath._cache), 500) 1266 from xml.etree import ElementPath namespace 1269 for op, tag in ElementPath.xpath_tokenizer(p, namespaces)], 2683 from xml.etree import ElementPath namespace 2684 self.path_cache = ElementPath 2688 from xml.etree import ElementPath global() namespace 4248 from xml.etree import ElementPath global() namespace 4264 from xml.etree import ElementPath global() namespace [all...] |
/third_party/python/Lib/xml/etree/ |
H A D | ElementTree.py | 103 from . import ElementPath namespace 292 return ElementPath.find(self, path, namespaces) 306 return ElementPath.findtext(self, path, default, namespaces) 317 return ElementPath.findall(self, path, namespaces) 328 return ElementPath.iterfind(self, path, namespaces)
|
Completed in 7 milliseconds