Home
last modified time | relevance | path

Searched refs:ckmsg (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_exceptions.py141 def ckmsg(src, msg): function
157 ckmsg(s, "'continue' not properly in loop")
158 ckmsg("continue\n", "'continue' not properly in loop")
161 def ckmsg(src, msg, exception=SyntaxError): function
171 ckmsg(s, "Missing parentheses in call to 'print'. Did you mean print(...)?")
174 ckmsg(s, "Missing parentheses in call to 'print'. Did you mean print(...)?")
177 ckmsg(s, "Missing parentheses in call to 'print'. Did you mean print(...)?")
180 ckmsg(s, "Missing parentheses in call to 'exec'. Did you mean exec(...)?")
183 ckmsg(s, "Missing parentheses in call to 'exec'. Did you mean exec(...)?")
189 ckmsg(
[all...]

Completed in 2 milliseconds