SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

current_locks Property

The list of current object locks.

Syntax

def get_current_locks() -> str: ...
def set_current_locks(value: str) -> None: ...

current_locks = property(get_current_locks, set_current_locks)

Default Value

""

Remarks

Use this property to get the list of current object locks.

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