eof Property

If True, the connection has closed, and there is no buffered data available.

Syntax

def get_eof() -> bool: ...

eof = property(get_eof, None)

Default Value

TRUE

Remarks

EOF is an acronym for "End Of File".

This property is read-only.

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