MultiplePasswordEntry.debug_value#

property MultiplePasswordEntry.debug_value: Optional[str][source]#

Value to be used as a default in debug mode.

This value is read from config.conf. Only used, if there is no dedicated default for this element.

Notes

The property searches for an option of the form <element_class>_debug in the section debug of config.conf. If no option is found, the return value is None

Type

Union[str, None]