SecureBlackbox 2020 Python Edition

Questions / Feedback?

attachment_bytes Property

Use this property to pass an attachment to class in the byte array form.

Syntax

def get_attachment_bytes() -> bytes: ...
def set_attachment_bytes(value: bytes) -> None: ...

attachment_bytes = property(get_attachment_bytes, set_attachment_bytes)

Remarks

Assign a byte array containing the data to be processed to this property.

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