SecureBlackbox 2020 Python Edition

Questions / Feedback?

source_files Property

The files to be packed into the container.

Syntax

def get_source_files() -> str: ...
def set_source_files(value: str) -> None: ...

source_files = property(get_source_files, set_source_files)

Default Value

""

Remarks

Assign a comma- or semicolon-separated list of paths to the files to be included in the container. Remember to set extended to true if signing more than one file.

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