Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Dstring_parser.h42 int _PyPegen_FstringParser_ConcatAndDel(FstringParser *, PyObject *);
H A Dstring_parser.c1087 _PyPegen_FstringParser_ConcatAndDel(FstringParser *state, PyObject *str) in _PyPegen_FstringParser_ConcatAndDel() function
1140 if (literal && _PyPegen_FstringParser_ConcatAndDel(state, literal) < 0) { in _PyPegen_FstringParser_ConcatFstring()
1145 if (expr_text && _PyPegen_FstringParser_ConcatAndDel(state, expr_text) < 0) { in _PyPegen_FstringParser_ConcatFstring()
H A Daction_helpers.c935 if (_PyPegen_FstringParser_ConcatAndDel(&state, s) < 0) { in _PyPegen_concatenate_strings()

Completed in 5 milliseconds