Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c915 const char *quote_prefix = "(b"; in bytearray_repr() local
958 while (*quote_prefix) in bytearray_repr()
959 *p++ = *quote_prefix++; in bytearray_repr()
/external/python/cpython2/Objects/
Dbytearrayobject.c945 const char *quote_prefix = "bytearray(b"; in bytearray_repr() local
985 while (*quote_prefix) in bytearray_repr()
986 *p++ = *quote_prefix++; in bytearray_repr()