Home | History | Annotate | Download | only in asyncio

Lines Matching full:bytearray

546     _buffer_factory = bytearray  # Constructs initial value for self._buffer.
745 if not isinstance(data, (bytes, bytearray, memoryview)):
816 _buffer_factory = bytearray
1023 if not isinstance(data, (bytes, bytearray, memoryview)):
1081 if not isinstance(data, (bytes, bytearray, memoryview)):