--- a/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Mon Feb 14 19:02:24 2022 +0100 +++ b/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Fri Feb 18 17:44:19 2022 +0100 @@ -784,13 +784,13 @@ </p> <dl> -<dt><i>prompt</i></dt> +<dt><i>prompt</i> (str)</dt> <dd> -the prompt to be shown (string) +prompt to be shown </dd> -<dt><i>echo</i></dt> +<dt><i>echo</i> (bool)</dt> <dd> -Flag indicating echoing of the input (boolean) +flag indicating echoing of the input </dd> </dl> <dl> @@ -799,6 +799,12 @@ the entered string </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> <a NAME="DebugClientBase.main" ID="DebugClientBase.main"></a> <h4>DebugClientBase.main</h4> <b>main</b>(<i></i>) @@ -1275,7 +1281,7 @@ <hr /> <a NAME="DebugClientInput" ID="DebugClientInput"></a> <h2>DebugClientInput</h2> -<b>DebugClientInput</b>(<i>prompt=""</i>) +<b>DebugClientInput</b>(<i>prompt="", echo=True</i>) <p> Replacement for the standard input() builtin. @@ -1289,6 +1295,10 @@ <dd> prompt to be shown </dd> +<dt><i>echo</i> (bool)</dt> +<dd> +flag indicating echoing of the input +</dd> </dl> <dl> <dt>Return:</dt>