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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_syntax.py 493 def _check_error(self, code, errtext,
495 """Check that compiling code raises SyntaxError with errtext.
506 mo = re.search(errtext, str(err))
508 self.fail("%s did not contain '%r'" % (err, errtext,))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_syntax.py 493 def _check_error(self, code, errtext,
495 """Check that compiling code raises SyntaxError with errtext.
506 mo = re.search(errtext, str(err))
508 self.fail("%s did not contain '%r'" % (err, errtext,))