2020-12-16 09:42:48 -08:00
|
|
|
[
|
2020-12-20 12:42:11 +01:00
|
|
|
(list)
|
|
|
|
|
(tuple)
|
|
|
|
|
(dictionary)
|
|
|
|
|
(set)
|
|
|
|
|
|
2020-12-16 09:42:48 -08:00
|
|
|
(if_statement)
|
2020-12-20 12:42:11 +01:00
|
|
|
(for_statement)
|
|
|
|
|
(while_statement)
|
2020-12-16 09:42:48 -08:00
|
|
|
(with_statement)
|
|
|
|
|
(try_statement)
|
2020-12-20 12:42:11 +01:00
|
|
|
(import_from_statement)
|
|
|
|
|
|
|
|
|
|
(parenthesized_expression)
|
|
|
|
|
(generator_expression)
|
|
|
|
|
(list_comprehension)
|
|
|
|
|
(set_comprehension)
|
|
|
|
|
(dictionary_comprehension)
|
|
|
|
|
|
|
|
|
|
(tuple_pattern)
|
|
|
|
|
(list_pattern)
|
|
|
|
|
(argument_list)
|
|
|
|
|
(parameters)
|
|
|
|
|
(binary_operator)
|
|
|
|
|
|
|
|
|
|
(function_definition)
|
2020-12-16 09:42:48 -08:00
|
|
|
(class_definition)
|
|
|
|
|
] @indent
|
|
|
|
|
|
|
|
|
|
[
|
2020-12-20 12:42:11 +01:00
|
|
|
")"
|
|
|
|
|
"]"
|
|
|
|
|
"}"
|
|
|
|
|
(elif_clause)
|
|
|
|
|
(else_clause)
|
|
|
|
|
(except_clause)
|
|
|
|
|
(finally_clause)
|
2020-12-16 09:42:48 -08:00
|
|
|
] @branch
|