Home
last modified time | relevance | path

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

/third_party/python/Parser/
H A Daction_helpers.c890 int this_bytesmode; in _PyPegen_concatenate_strings() local
896 if (_PyPegen_parsestr(p, &this_bytesmode, &this_rawmode, &s, &fstr, &fstrlen, t) != 0) { in _PyPegen_concatenate_strings()
901 if (i != 0 && bytesmode != this_bytesmode) { in _PyPegen_concatenate_strings()
906 bytesmode = this_bytesmode; in _PyPegen_concatenate_strings()

Completed in 2 milliseconds