Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c12892 Py_ssize_t osize, squote, dquote, i, o; in unicode_repr() local
12908 squote = dquote = 0; in unicode_repr()
12915 case '"': dquote++; break; in unicode_repr()
12946 if (dquote) in unicode_repr()
12947 /* Both squote and dquote present. Use squote, in unicode_repr()

Completed in 20 milliseconds