SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_info_assertion_type Property

Specifies the type of the assertion.

Syntax

def get_assertion_info_assertion_type() -> int: ...
def set_assertion_info_assertion_type(value: int) -> None: ...

assertion_info_assertion_type = property(get_assertion_info_assertion_type, set_assertion_info_assertion_type)

Default Value

0

Remarks

Specifies the type of the assertion.

Use this property to check or set the type of the assertion.

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