IPWorks IPC 2020 Python Edition

Questions / Feedback?

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

This property indicates 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 IPC 2020 Python Edition - Version 20.0 [Build 8155]