Searched refs:quote_prefix (Results 1 – 2 of 2) sorted by relevance
915 const char *quote_prefix = "(b"; in bytearray_repr() local958 while (*quote_prefix) in bytearray_repr()959 *p++ = *quote_prefix++; in bytearray_repr()
945 const char *quote_prefix = "bytearray(b"; in bytearray_repr() local985 while (*quote_prefix) in bytearray_repr()986 *p++ = *quote_prefix++; in bytearray_repr()