SecureBlackbox 2020 Python Edition

Questions / Feedback?

output_string Property

A string where the incoming data is collected.

Syntax

def get_output_string() -> str: ...

output_string = property(get_output_string, None)

Default Value

""

Remarks

Use this property to access the stored incoming data in the string interpretation.

This property is read-only.

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