Home
last modified time | relevance | path

Searched refs:ExprList_Append (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Parser/
H A Dstring_parser.c948 ExprList_Append(ExprList *l, expr_ty exp) in ExprList_Append() function
1170 if (!last_str || ExprList_Append(&state->expr_list, last_str) < 0) { in _PyPegen_FstringParser_ConcatFstring()
1175 if (ExprList_Append(&state->expr_list, expression) < 0) { in _PyPegen_FstringParser_ConcatFstring()
1224 if (!str || ExprList_Append(&state->expr_list, str) < 0) { in _PyPegen_FstringParser_Finish()

Completed in 3 milliseconds