bytes_sent Property

The number of bytes actually sent after an assignment to Stdin.

Syntax

def get_bytes_sent() -> int: ...

bytes_sent = property(get_bytes_sent, None)

Default Value

0

Remarks

The bytes_sent property shows how many bytes were sent after the last assignment to stdin. Please check the stdin property for more information.

This property is read-only.

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