Lines Matching defs:self
35 def test_formfeed(self): argument
43 def test_load_grammar_from_txt_file(self): argument
46 def test_load_grammar_from_pickle(self): argument
68 def test_load_grammar_from_subprocess(self): argument
110 def test_load_packaged_grammar(self): argument
113 def get_data(self, where): argument
125 def validate(self, code): argument
128 def invalid_syntax(self, code): argument
138 def test_matrix_multiplication_operator(self): argument
144 def test_yield_from(self): argument
151 def test_await_expr(self): argument
200 def test_async_var(self): argument
205 def test_async_for(self): argument
209 def test_async_with(self): argument
216 def test_async_generator(self): argument
228 def test_2x_style_1(self): argument
231 def test_2x_style_2(self): argument
234 def test_2x_style_3(self): argument
237 def test_2x_style_invalid_1(self): argument
240 def test_3x_style(self): argument
243 def test_3x_style_invalid_1(self): argument
246 def test_3x_style_invalid_2(self): argument
249 def test_3x_style_invalid_3(self): argument
252 def test_3x_style_invalid_4(self): argument
260 def test_mid_positional_star(self): argument
263 def test_double_star_dict_literal(self): argument
266 def test_double_star_dict_literal_after_keywords(self): argument
269 def test_double_star_expression(self): argument
273 def test_star_expression(self): argument
276 def test_list_display(self): argument
279 def test_set_display(self): argument
282 def test_dict_display_1(self): argument
285 def test_dict_display_2(self): argument
288 def test_complex_star_expression(self): argument
291 def test_complex_double_star_expression(self): argument
294 def test_argument_unpacking_1(self): argument
297 def test_argument_unpacking_2(self): argument
300 def test_argument_unpacking_3(self): argument
303 def test_trailing_commas_1(self): argument
307 def test_trailing_commas_2(self): argument
311 def test_trailing_commas_3(self): argument
315 def test_trailing_commas_4(self): argument
319 def test_trailing_commas_5(self): argument
323 def test_trailing_commas_6(self): argument
327 def test_trailing_commas_7(self): argument
331 def test_trailing_commas_8(self): argument
335 def test_trailing_commas_9(self): argument
339 def test_trailing_commas_lambda_1(self): argument
343 def test_trailing_commas_lambda_2(self): argument
347 def test_trailing_commas_lambda_3(self): argument
351 def test_trailing_commas_lambda_4(self): argument
355 def test_trailing_commas_lambda_5(self): argument
359 def test_trailing_commas_lambda_6(self): argument
363 def test_trailing_commas_lambda_7(self): argument
367 def test_trailing_commas_lambda_8(self): argument
371 def test_trailing_commas_lambda_9(self): argument
378 def test_1(self): argument
381 def test_2(self): argument
384 def test_3(self): argument
387 def test_4(self): argument
390 def test_5(self): argument
393 def test_6(self): argument
396 def test_7(self): argument
399 def test_8(self): argument
404 def test_9(self): argument
415 def test_10(self): argument
422 def test_11(self): argument
429 def test_12(self): argument
436 def test_13(self): argument
440 def test_14(self): argument
444 def test_15(self): argument
448 def test_16(self): argument
452 def test_17(self): argument
456 def test_18(self): argument
460 def test_19(self): argument
464 def test_20(self): argument
468 def test_21(self): argument
475 def test_1(self): argument
478 def test_2(self): argument
481 def test_3(self): argument
487 def test_4(self): argument
492 def test_5(self): argument
500 def test_6(self): argument
505 def test_new(self): argument
513 def test_old(self): argument
535 def test_lit(self): argument
545 def test_1(self): argument
548 def test_2(self): argument
551 def test_3(self): argument
554 def test_4(self): argument
561 def test_non_ascii_identifiers(self): argument
569 def test_new_octal_notation(self): argument
573 def test_new_binary_notation(self): argument
579 def test_new_syntax(self): argument
591 def parse_file(self, filepath): argument
612 def test_all_project_files(self): argument
617 def test_extended_unpacking(self): argument
626 def validate(self, s): argument
629 def test_multiline_bytes_literals(self): argument
638 def test_multiline_bytes_tripquote_literals(self): argument
647 def test_multiline_str_literals(self): argument
660 def test_named_assignment_if(self): argument
663 def test_named_assignment_while(self): argument
666 def test_named_assignment_generator(self): argument
669 def test_named_assignment_listcomp(self): argument
675 def test_one_pos_only_arg(self): argument
678 def test_all_markers(self): argument
682 def test_all_with_args_and_kwargs(self): argument
689 def test_lambda_soup(self): argument
693 def test_only_positional_or_keyword(self): argument
698 def test_ParseError(self): argument