Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c5204 int this_bytesmode; in parsestrplus() local
5211 if (parsestr(c, CHILD(n, i), &this_bytesmode, &this_rawmode, &s, in parsestrplus()
5216 if (i != 0 && bytesmode != this_bytesmode) { in parsestrplus()
5222 bytesmode = this_bytesmode; in parsestrplus()