Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytesobject.c1304 Py_ssize_t newsize, squotes, dquotes; in PyBytes_Repr() local
1311 squotes = dquotes = 0; in PyBytes_Repr()
1317 case '\'': squotes++; break; in PyBytes_Repr()
1330 if (smartquotes && squotes && !dquotes) in PyBytes_Repr()
1332 if (squotes && quote == '\'') { in PyBytes_Repr()
1333 if (newsize > PY_SSIZE_T_MAX - squotes) in PyBytes_Repr()
1335 newsize += squotes; in PyBytes_Repr()

Completed in 4 milliseconds