Home | History | Annotate | Download | only in test

Lines Matching full:bytearray

58     return memoryview(bytearray(*pos, **kw))
279 buffer = bytearray(b" world\n\n\n")
297 data = bytearray(5)
910 b = bytearray(2)
987 s = bytes(bytearray(l))
1013 c = bytes(bytearray([i]))
1139 buffer = bytearray(b"def")
1483 buffer = bytearray(b"def")
1666 b = bytearray(n if n >= 0 else 9999)
1724 bufio.readinto(bytearray(1))
1767 expected = bytearray(b)
1794 buf = bytearray(1)
1890 self.buffer = bytearray()
1898 self.buffer = bytearray(buffer)
1932 self.buffer = bytearray()
2933 self.assertRaises(ValueError, f.readinto, bytearray(1024))