Home
/
Python 3.11
/
IO
/
readable
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
IO
readable
Python 3.11
Return True if the stream can be read from. If False, read() will raise OSError.
Syntax
PYTHON
Copy
readable()
See Also
OSError