Home | History | Annotate | Download | only in asyncio

Lines Matching full:bytearray

464         self._buffer = bytearray()
533 assert isinstance(data, (bytes, bytearray, memoryview)), repr(data)
534 if isinstance(data, bytearray):