SecureBlackbox 2020 Python Edition

Questions / Feedback?

statement_type Property

Sets the signature statement type.

Syntax

def get_statement_type() -> int: ...
def set_statement_type(value: int) -> None: ...

statement_type = property(get_statement_type, set_statement_type)

Default Value

1

Remarks

Use this property to specify the signature statement type.

acsUnknown0
acsIndividual1
acsCommercial2

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