eol Property

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

Syntax

def get_eol() -> bytes: ...
def set_eol(value: bytes) -> None: ...

eol = property(get_eol, set_eol)

Default Value

"ASCII code 10 (newline)"

Remarks

The eol property is used to define boundaries in the Stdout 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]