err_eol Property

Used to break the stderr data stream into chunks separated by its value.

Syntax

def get_err_eol() -> bytes: ...
def set_err_eol(value: bytes) -> None: ...

err_eol = property(get_err_eol, set_err_eol)

Default Value

"ASCII code 10 (newline)"

Remarks

The err_eol property is used to define boundaries in the Stderr stream using the value of the property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]