Home
/
Python 3.11
/
IO
/
RawIOBase
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
IO
RawIOBase
Python 3.11
Base class for raw binary streams. It inherits from IOBase.
Syntax
PYTHON
Copy
class io.RawIOBase
See Also
IOBase
RawIOBase
IOBase
readall()
readinto()
bytes-like object
bytearray
bytes-like object