SecureBlackbox 2020 Python Edition

Questions / Feedback?

input_is_text Property

Whether the input data is text.

Syntax

def get_input_is_text() -> bool: ...
def set_input_is_text(value: bool) -> None: ...

input_is_text = property(get_input_is_text, set_input_is_text)

Default Value

FALSE

Remarks

Set this property to true to indicate that the supplied data should be treated as text.

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