ID EN
Built-in Exceptions

characters_written

Python 3.11

An integer containing the number of characters written to the stream before it blocked. This attribute is available when using the buffered I/O classes from the io module.

Syntax

PYTHON
characters_written

See Also

io