eric6/Documentation/Source/eric6.QScintilla.Shell.html

changeset 7887
c1588f5a83e9
parent 7414
d02ed92ef3b2
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.QScintilla.Shell.html	Thu Dec 17 14:30:46 2020 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.Shell.html	Thu Dec 17 14:40:06 2020 +0100
@@ -1019,9 +1019,9 @@
 </p>
 <dl>
 
-<dt><i>more</i></dt>
+<dt><i>more</i> (bool)</dt>
 <dd>
-flag indicating that more user input is required (boolean)
+flag indicating that more user input is required
 </dd>
 </dl>
 <a NAME="Shell.__clientSyntaxError" ID="Shell.__clientSyntaxError"></a>
@@ -1292,7 +1292,7 @@
 </p>
 <a NAME="Shell.__raw_input" ID="Shell.__raw_input"></a>
 <h4>Shell.__raw_input</h4>
-<b>__raw_input</b>(<i>prompt, echo</i>)
+<b>__raw_input</b>(<i>prompt, echo, debuggerId</i>)
 
 <p>
         Private method to handle raw input.
@@ -1301,11 +1301,15 @@
 
 <dt><i>prompt</i> (str)</dt>
 <dd>
-prompt to be displayed
+the input prompt
 </dd>
 <dt><i>echo</i> (bool)</dt>
 <dd>
-Flag indicating echoing of the input
+flag indicating an echoing of the input
+</dd>
+<dt><i>debuggerId</i> (str)</dt>
+<dd>
+ID of the debugger backend
 </dd>
 </dl>
 <a NAME="Shell.__resetIncrementalHistorySearch" ID="Shell.__resetIncrementalHistorySearch"></a>
@@ -1538,7 +1542,7 @@
 </dl>
 <a NAME="Shell.__writeBanner" ID="Shell.__writeBanner"></a>
 <h4>Shell.__writeBanner</h4>
-<b>__writeBanner</b>(<i>version, platform, dbgclient, venvName</i>)
+<b>__writeBanner</b>(<i>version, platform, venvName</i>)
 
 <p>
         Private method to write a banner with info from the debug client.
@@ -1553,10 +1557,6 @@
 <dd>
 platform of the remote interpreter
 </dd>
-<dt><i>dbgclient</i> (str)</dt>
-<dd>
-debug client variant used
-</dd>
 <dt><i>venvName</i> (str)</dt>
 <dd>
 name of the virtual environment

eric ide

mercurial