Home
last modified time | relevance | path

Searched refs:ElementPath (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_xml_etree.py1235 from xml.etree import ElementPath
1237 for op, tag in ElementPath.xpath_tokenizer(p):
1899 self._path_cache = ElementTree.ElementPath._cache
1903 ElementTree.ElementPath._cache = self._path_cache.copy()
1910 ElementTree.ElementPath._cache = self._path_cache
/external/python/cpython2/Lib/xml/etree/
DElementTree.py127 from . import ElementPath
129 ElementPath = _SimpleElementPath() variable
363 return ElementPath.find(self, path, namespaces)
378 return ElementPath.findtext(self, path, default, namespaces)
390 return ElementPath.findall(self, path, namespaces)
402 return ElementPath.iterfind(self, path, namespaces)
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1763 :mod:`ElementTree`, :mod:`ElementPath`, and :mod:`ElementInclude` from
/external/python/cpython2/Misc/
DHISTORY1700 modules are xml.etree.ElementTree, xml.etree.ElementPath, and