SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

alphabet Property

Alphabet to use for random string generation.

Syntax

def get_alphabet() -> str: ...
def set_alphabet(value: str) -> None: ...

alphabet = property(get_alphabet, set_alphabet)

Default Value

""

Remarks

Use this property to provide a list of characters to be used by next_string method. The empty value has a special meaning, and is equivalent to 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'.

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