Home
last modified time | relevance | path

Searched refs:simple_expression (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dast.c4469 expr_ty simple_expression; in fstring_find_expr() local
4601 simple_expression = fstring_compile_expr(expr_start, expr_end, c, n); in fstring_find_expr()
4602 if (!simple_expression) in fstring_find_expr()
4647 *expression = FormattedValue(simple_expression, conversion, in fstring_find_expr()