HomeSort by relevance Sort by last modified time
    Searched refs:ckmsg (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 123 def ckmsg(src, msg): function in function:ExceptionTests.testSyntaxErrorMessage
139 ckmsg(s, "'continue' not supported inside 'finally' clause")
147 ckmsg(s, "'continue' not properly in loop")
148 ckmsg("continue\n", "'continue' not properly in loop")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 123 def ckmsg(src, msg): function in function:ExceptionTests.testSyntaxErrorMessage
139 ckmsg(s, "'continue' not supported inside 'finally' clause")
147 ckmsg(s, "'continue' not properly in loop")
148 ckmsg("continue\n", "'continue' not properly in loop")

Completed in 39 milliseconds