Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c13214 Py_ssize_t osize, squote, dquote, i, o; in unicode_repr() local
13230 squote = dquote = 0; in unicode_repr()
13237 case '"': dquote++; break; in unicode_repr()
13268 if (dquote) in unicode_repr()