Home
last modified time | relevance | path

Searched refs:check_syntax_warning (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_grammar.py6 from test.support.warnings_helper import check_syntax_warning
370 from test.support.warnings_helper import check_syntax_warning
1310 self.check_syntax_warning('assert(x, "msg")',
1312 self.check_syntax_warning('assert(False, "msg")',
1314 self.check_syntax_warning('assert(False,)',
1467 self.check_syntax_warning(test, msg)
1484 self.check_syntax_warning(test, msg)
/third_party/python/Lib/test/support/
Dwarnings_helper.py8 def check_syntax_warning(testcase, statement, errtext='', function
/third_party/python/Misc/NEWS.d/
D3.8.0a2.rst427 Added :func:`test.support.check_syntax_warning`.
/third_party/python/Doc/library/
Dtest.rst1596 .. function:: check_syntax_warning(testcase, statement, errtext='', *, lineno=1, offset=None)