Home
last modified time | relevance | path

Searched refs:FatalIncludeError (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/xml/etree/
DElementInclude.py62 class FatalIncludeError(SyntaxError): class
112 raise FatalIncludeError(
122 raise FatalIncludeError(
133 raise FatalIncludeError(
137 raise FatalIncludeError(
/external/python/cpython3/Lib/xml/etree/
DElementInclude.py62 class FatalIncludeError(SyntaxError): class
113 raise FatalIncludeError(
123 raise FatalIncludeError(
134 raise FatalIncludeError(
138 raise FatalIncludeError(
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py1404 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1411 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1418 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1425 with self.assertRaises(ElementInclude.FatalIncludeError) as cm: