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

/external/python/cpython3/Lib/test/
H A Dtest_xml_etree.py1892 class BadElementPath(str): class in inherits:str
1895 BadElementPath.__hash__ = str.__hash__
1918 e.find(BadElementPath('x'))
1931 e.findtext(BadElementPath('x'))
1944 e.findall(BadElementPath('x'))

Completed in 317 milliseconds