sensortoolkit.lib_utils._input_tools.enter_continue

enter_continue(indent_statement=0)[source]

Prompt the user to press the enter key to continue.

Useful for inserting a break in an interactive module where users may wish to review a console output or decision before continuing.

Parameters

indent_statement (int, optional) – Optional argument for indenting the printed statement (useful for setup module where indenting indicates subsection). Defaults to 0 (no indent).

Returns

None.