Home | History | Annotate | Download | only in Objects

Lines Matching full:bytearray

2211 Return a translation table useable for the bytes or bytearray translate method.
3216 /* bytearray has its own overallocation algorithm,
3255 to use the whole buffer. bytearray uses an internal optimization
3257 beginning (ex: del bytearray[:1]). */
3343 efficient than bytes and bytearray objects to detect buffer underflow