Home
last modified time | relevance | path

Searched refs:MutatingElementPath (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_xml_etree.py2056 class MutatingElementPath(str): class
2064 MutatingElementPath.__hash__ = str.__hash__
2086 e.find(MutatingElementPath(e, 'x'))
2099 e.findtext(MutatingElementPath(e, 'x'))
2112 e.findall(MutatingElementPath(e, 'x'))
/external/python/cpython2/Lib/test/
Dtest_xml_etree.py1735 class MutatingElementPath(str): class
1765 e.find(MutatingElementPath(e, 'x'))
1778 e.findtext(MutatingElementPath(e, 'x'))
1791 e.findall(MutatingElementPath(e, 'x'))