Home
last modified time | relevance | path

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

/third_party/python/Lib/xml/etree/
H A DElementInclude.py67 class FatalIncludeError(SyntaxError): class
71 class LimitedRecursiveIncludeError(FatalIncludeError):
111 # @throws FatalIncludeError If the function fails to include a given
144 raise FatalIncludeError("recursive include of %s" % href)
151 raise FatalIncludeError(
163 raise FatalIncludeError(
176 raise FatalIncludeError(
180 raise FatalIncludeError(
/third_party/python/Lib/test/
H A Dtest_xml_etree.py1863 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1870 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1877 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1884 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1892 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1899 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:
1923 with self.assertRaises(ElementInclude.FatalIncludeError) as cm:

Completed in 6 milliseconds