• Home
  • Raw
  • Download

Lines Matching defs:self

34     def test_formfeed(self):  argument
42 def test_load_grammar_from_txt_file(self): argument
45 def test_load_grammar_from_pickle(self): argument
64 def test_load_grammar_from_subprocess(self): argument
108 def test_load_packaged_grammar(self): argument
111 def get_data(self, where): argument
123 def validate(self, code): argument
126 def invalid_syntax(self, code): argument
136 def test_matrix_multiplication_operator(self): argument
142 def test_yield_from(self): argument
149 def test_await_expr(self): argument
198 def test_async_var(self): argument
203 def test_async_for(self): argument
207 def test_async_with(self): argument
214 def test_async_generator(self): argument
226 def test_2x_style_1(self): argument
229 def test_2x_style_2(self): argument
232 def test_2x_style_3(self): argument
235 def test_2x_style_invalid_1(self): argument
238 def test_3x_style(self): argument
241 def test_3x_style_invalid_1(self): argument
244 def test_3x_style_invalid_2(self): argument
247 def test_3x_style_invalid_3(self): argument
250 def test_3x_style_invalid_4(self): argument
258 def test_mid_positional_star(self): argument
261 def test_double_star_dict_literal(self): argument
264 def test_double_star_dict_literal_after_keywords(self): argument
267 def test_double_star_expression(self): argument
271 def test_star_expression(self): argument
274 def test_list_display(self): argument
277 def test_set_display(self): argument
280 def test_dict_display_1(self): argument
283 def test_dict_display_2(self): argument
286 def test_complex_star_expression(self): argument
289 def test_complex_double_star_expression(self): argument
292 def test_argument_unpacking_1(self): argument
295 def test_argument_unpacking_2(self): argument
298 def test_argument_unpacking_3(self): argument
301 def test_trailing_commas_1(self): argument
305 def test_trailing_commas_2(self): argument
309 def test_trailing_commas_3(self): argument
313 def test_trailing_commas_4(self): argument
317 def test_trailing_commas_5(self): argument
321 def test_trailing_commas_6(self): argument
325 def test_trailing_commas_7(self): argument
329 def test_trailing_commas_8(self): argument
333 def test_trailing_commas_9(self): argument
337 def test_trailing_commas_lambda_1(self): argument
341 def test_trailing_commas_lambda_2(self): argument
345 def test_trailing_commas_lambda_3(self): argument
349 def test_trailing_commas_lambda_4(self): argument
353 def test_trailing_commas_lambda_5(self): argument
357 def test_trailing_commas_lambda_6(self): argument
361 def test_trailing_commas_lambda_7(self): argument
365 def test_trailing_commas_lambda_8(self): argument
369 def test_trailing_commas_lambda_9(self): argument
376 def test_1(self): argument
379 def test_2(self): argument
382 def test_3(self): argument
385 def test_4(self): argument
388 def test_5(self): argument
391 def test_6(self): argument
394 def test_7(self): argument
397 def test_8(self): argument
402 def test_9(self): argument
413 def test_10(self): argument
420 def test_11(self): argument
427 def test_12(self): argument
434 def test_13(self): argument
438 def test_14(self): argument
442 def test_15(self): argument
446 def test_16(self): argument
450 def test_17(self): argument
454 def test_18(self): argument
458 def test_19(self): argument
462 def test_20(self): argument
466 def test_21(self): argument
473 def test_1(self): argument
476 def test_2(self): argument
479 def test_3(self): argument
485 def test_4(self): argument
490 def test_5(self): argument
498 def test_6(self): argument
503 def test_new(self): argument
511 def test_old(self): argument
533 def test_lit(self): argument
543 def test_1(self): argument
546 def test_2(self): argument
549 def test_3(self): argument
552 def test_4(self): argument
559 def test_non_ascii_identifiers(self): argument
567 def test_new_octal_notation(self): argument
571 def test_new_binary_notation(self): argument
577 def test_new_syntax(self): argument
589 def test_all_project_files(self): argument
609 def test_extended_unpacking(self): argument
618 def validate(self, s): argument
621 def test_multiline_bytes_literals(self): argument
630 def test_multiline_bytes_tripquote_literals(self): argument
639 def test_multiline_str_literals(self): argument
652 def test_named_assignment_if(self): argument
655 def test_named_assignment_while(self): argument
658 def test_named_assignment_generator(self): argument
661 def test_named_assignment_listcomp(self): argument
667 def test_one_pos_only_arg(self): argument
670 def test_all_markers(self): argument
674 def test_all_with_args_and_kwargs(self): argument
681 def test_lambda_soup(self): argument
685 def test_only_positional_or_keyword(self): argument
690 def test_ParseError(self): argument