Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Dstring_parser.h37 int _PyPegen_parsestr(Parser *, int *, int *, PyObject **,
H A Dstring_parser.c164 _PyPegen_parsestr parses it, and sets *result to decoded Python string object.
168 _PyPegen_parsestr(Parser *p, int *bytesmode, int *rawmode, PyObject **result, in _PyPegen_parsestr() function
H A Daction_helpers.c896 if (_PyPegen_parsestr(p, &this_bytesmode, &this_rawmode, &s, &fstr, &fstrlen, t) != 0) { in _PyPegen_concatenate_strings()

Completed in 4 milliseconds