Home
last modified time | relevance | path

Searched refs:squote (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()
12914 case '\'': squote++; break; in unicode_repr()
12944 if (squote) { in unicode_repr()
12947 /* Both squote and dquote present. Use squote, in unicode_repr()
12949 osize += squote; in unicode_repr()

Completed in 18 milliseconds