Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_xml_etree.py2665 class MutatingElementPath(str): class
2673 MutatingElementPath.__hash__ = str.__hash__
2695 e.find(MutatingElementPath(e, 'x'))
2708 e.findtext(MutatingElementPath(e, 'x'))
2735 e.findall(MutatingElementPath(e, 'x'))

Completed in 6 milliseconds