Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_keywordonlyarg.py39 def shouldRaiseSyntaxError(s): function
41 self.assertRaises(SyntaxError, shouldRaiseSyntaxError, codestr)
Dtest_with.py142 def shouldRaiseSyntaxError(s): function
144 self.assertRaises(SyntaxError, shouldRaiseSyntaxError, codestr)
/external/python/cpython2/Lib/test/
Dtest_with.py134 def shouldRaiseSyntaxError(s): function
136 self.assertRaises(SyntaxError, shouldRaiseSyntaxError, codestr)