SecureBlackbox 2020 Python Edition

Questions / Feedback?

use_binding Property

Enables or disables automated binding processing.

Syntax

def get_use_binding() -> bool: ...
def set_use_binding(value: bool) -> None: ...

use_binding = property(get_use_binding, set_use_binding)

Default Value

FALSE

Remarks

This property controls whether class should process any known bindings it encounters in the message automatically. If using this property, check binding property to establish the type of the binding processed, and post_binding and redirect_binding to access the properties of specific binding types.

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