OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errtext
(Results
1 - 2
of
2
) 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
,))
Completed in 46 milliseconds