Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Daction_helpers.c1511 int f_string_found = 0; in _PyPegen_concatenate_strings() local
1530 f_string_found = 1; in _PyPegen_concatenate_strings()
1534 f_string_found = 1; in _PyPegen_concatenate_strings()
1539 if ((unicode_string_found || f_string_found) && bytes_found) { in _PyPegen_concatenate_strings()
1563 if (!f_string_found && len == 1) { in _PyPegen_concatenate_strings()
1602 if (f_string_found && elem->kind == Constant_kind && in _PyPegen_concatenate_strings()
1675 if (f_string_found && in _PyPegen_concatenate_strings()
1685 if (!f_string_found) { in _PyPegen_concatenate_strings()