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

/external/python/cpython2/Lib/xml/etree/
H A DElementInclude.py62 class FatalIncludeError(SyntaxError): class in inherits:SyntaxError
94 # @throws FatalIncludeError If the function fails to include a given
112 raise FatalIncludeError(
122 raise FatalIncludeError(
133 raise FatalIncludeError(
137 raise FatalIncludeError(
/external/python/cpython3/Lib/xml/etree/
H A DElementInclude.py62 class FatalIncludeError(SyntaxError): class in inherits:SyntaxError
95 # @throws FatalIncludeError If the function fails to include a given
113 raise FatalIncludeError(
123 raise FatalIncludeError(
134 raise FatalIncludeError(
138 raise FatalIncludeError(

Completed in 102 milliseconds