Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c916 const char *quote_postfix = ")"; in bytearray_repr() local
989 while (*quote_postfix) { in bytearray_repr()
990 *p++ = *quote_postfix++; in bytearray_repr()
/external/python/cpython2/Objects/
Dbytearrayobject.c946 const char *quote_postfix = ")"; in bytearray_repr() local
1015 while (*quote_postfix) { in bytearray_repr()
1016 *p++ = *quote_postfix++; in bytearray_repr()