SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

overwrite_on_copy Property

Enables overwriting on copy.

Syntax

def get_overwrite_on_copy() -> bool: ...
def set_overwrite_on_copy(value: bool) -> None: ...

overwrite_on_copy = property(get_overwrite_on_copy, set_overwrite_on_copy)

Default Value

FALSE

Remarks

Use this property to enforce overwriting of existing objects during copy operations.

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