Searched refs:this_bytesmode (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Parser/pegen/ |
D | pegen.c | 2038 int this_bytesmode; in _PyPegen_concatenate_strings() local 2044 if (_PyPegen_parsestr(p, &this_bytesmode, &this_rawmode, &s, &fstr, &fstrlen, t) != 0) { in _PyPegen_concatenate_strings() 2049 if (i != 0 && bytesmode != this_bytesmode) { in _PyPegen_concatenate_strings() 2054 bytesmode = this_bytesmode; in _PyPegen_concatenate_strings()
|
/external/python/cpython3/Python/ |
D | ast.c | 5772 int this_bytesmode; in parsestrplus() local 5779 if (parsestr(c, CHILD(n, i), &this_bytesmode, &this_rawmode, &s, in parsestrplus() 5784 if (i != 0 && bytesmode != this_bytesmode) { in parsestrplus() 5790 bytesmode = this_bytesmode; in parsestrplus()
|