SecureBlackbox 2020 Python Edition

Questions / Feedback?

output Property

Contains the output of the request processing.

Syntax

def get_output() -> str: ...

output = property(get_output, None)

Default Value

""

Remarks

When process_request method completes it saves the processing output to this property. The output typically contains the response to be sent back to the requestor.

This property is read-only.

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