SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

terminal_environment Property

Specifies the list of environment variables.

Syntax

def get_terminal_environment() -> str: ...
def set_terminal_environment(value: str) -> None: ...

terminal_environment = property(get_terminal_environment, set_terminal_environment)

Default Value

""

Remarks

Specifies the list of environment variables.

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