ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Functions
module_prompt Namespace Reference

Functions

def prompt_inlist
 Prompt to choose an item among a list. More...
 
def prompt_datetime
 Prompt to choose a date with good format. More...
 
def prompt_integer
 Prompt to choose an integer. More...
 
def prompt_datetime_or_integer
 Prompt to choose a date with good format or an integer. More...
 

Function Documentation

def module_prompt.prompt_datetime ( )

Prompt to choose a date with good format.

Do not stop until a date with the good format is given. Format: YYYY-mm-dd HH

def module_prompt.prompt_datetime_or_integer (   message)

Prompt to choose a date with good format or an integer.

Do not stop until a date with the good format is given. Format: YYYY-mm-dd HH

def module_prompt.prompt_inlist (   item_list)

Prompt to choose an item among a list.

Do not stop until a good item is chosen.

def module_prompt.prompt_integer (   message,
  mini,
  maxi 
)

Prompt to choose an integer.

Do not stop until an integer is given.