SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_info_advice_assertion_count Property

Contains the number of advice assertions.

Syntax

def get_assertion_info_advice_assertion_count() -> int: ...
def set_assertion_info_advice_assertion_count(value: int) -> None: ...

assertion_info_advice_assertion_count = property(get_assertion_info_advice_assertion_count, set_assertion_info_advice_assertion_count)

Default Value

0

Remarks

Contains the number of advice assertions.

Use this property to access the number of advice assertions.

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