Searched refs:exception_re (Results 1 - 1 of 1) sorted by relevance
/inkscape/cxxtest/ | ||
H A D | cxxtestgen.py | 231 exception_re = re.compile( r"\b(throw|try|catch|TSM?_ASSERT_THROWS[A-Z_]*)\b" ) variable 235 if not haveExceptionHandling and exception_re.search(line): |
Completed in 15 milliseconds