2021-06-29 21:34:52 +02:00
|
|
|
[
|
|
|
|
|
(function_definition)
|
|
|
|
|
(class_definition)
|
|
|
|
|
(while_statement)
|
|
|
|
|
(for_statement)
|
|
|
|
|
(if_statement)
|
|
|
|
|
(with_statement)
|
|
|
|
|
(try_statement)
|
|
|
|
|
(match_statement)
|
2020-09-03 11:09:57 -05:00
|
|
|
(import_from_statement)
|
|
|
|
|
(parameters)
|
2020-09-03 11:58:49 -05:00
|
|
|
(argument_list)
|
2020-09-03 11:09:57 -05:00
|
|
|
(parenthesized_expression)
|
|
|
|
|
(generator_expression)
|
|
|
|
|
(list_comprehension)
|
|
|
|
|
(set_comprehension)
|
|
|
|
|
(dictionary_comprehension)
|
|
|
|
|
(tuple)
|
|
|
|
|
(list)
|
|
|
|
|
(set)
|
|
|
|
|
(dictionary)
|
2021-01-01 22:01:10 -05:00
|
|
|
(string)
|
2020-09-03 11:09:57 -05:00
|
|
|
] @fold
|
2024-04-21 17:15:08 -07:00
|
|
|
|
|
|
|
|
[
|
|
|
|
|
(import_statement)
|
|
|
|
|
(import_from_statement)
|
|
|
|
|
]+ @fold
|