ID EN
IO

writable

Python 3.11

Return True if the stream supports writing. If False, write() and truncate() will raise OSError.

Syntax

PYTHON
writable()

See Also

truncate() OSError