Home | History | Annotate | Download | only in http

Lines Matching full:bytearray

448             b = bytearray(amt)
471 """Read up to len(b) bytes into bytearray b and return the number
825 # does it implement the buffer protocol (bytes, bytearray, array)?