SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

overwrite_on_move Property

Enables overwriting on move.

Syntax

def get_overwrite_on_move() -> bool: ...
def set_overwrite_on_move(value: bool) -> None: ...

overwrite_on_move = property(get_overwrite_on_move, set_overwrite_on_move)

Default Value

FALSE

Remarks

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

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