31 from .dialogs_py
import (InputDialog, MessageDialog, MultipleSelectionDialog,
32 PassFailDialog, SelectionDialog)
36 __all__ = [
'execute_manual_step',
'get_value_from_user',
37 'get_selection_from_user',
'pause_execution',
'get_selections_from_user']
117 value = dialog.show()
def get_selection_from_user(message, *values)
Pauses execution and asks user to select a value.
def get_value_from_user(message, default_value='', hidden=False)
Pauses execution and asks user to input a value.
def _validate_user_input(dialog)
def execute_manual_step(message, default_error='')
Pauses execution until user sets the keyword status.
def get_selections_from_user(message, *values)
Pauses execution and asks user to select multiple values.
def pause_execution(message='Execution paused. Press OK to continue.')
Pauses execution until user clicks Ok button.
def is_truthy(item)
Returns True or False depending on is the item considered true or not.
def get_version(naked=False)