Home
last modified time | relevance | path

Searched refs:SyntaxException (Results 1 – 4 of 4) sorted by relevance

/external/python/mako/mako/
Dlexer.py120 raise exceptions.SyntaxException(
168 raise exceptions.SyntaxException(
259 raise exceptions.SyntaxException(
264 raise exceptions.SyntaxException(
316 raise exceptions.SyntaxException(
328 raise exceptions.SyntaxException(
334 raise exceptions.SyntaxException(
438 raise exceptions.SyntaxException(
447 raise exceptions.SyntaxException(
452 raise exceptions.SyntaxException(
Dexceptions.py42 class SyntaxException(MakoException): class
95 if isinstance(self.error, (CompileException, SyntaxException)):
Dpyparser.py38 raise exceptions.SyntaxException(
/external/python/mako/test/
Dtest_lexer.py127 except exceptions.SyntaxException:
143 assert_raises(exceptions.SyntaxException, Lexer(template).parse)
154 assert_raises(exceptions.SyntaxException, Lexer(template).parse)
159 assert_raises(exceptions.SyntaxException, Lexer(template).parse)
172 assert_raises(exceptions.SyntaxException, Lexer(template).parse)
926 exceptions.SyntaxException,
940 exceptions.SyntaxException,
954 exceptions.SyntaxException,