Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html

changeset 103
59137afca666
parent 72
015c7e35bd84
child 409
0ea528e80202
--- a/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html	Sat Feb 06 11:14:30 2010 +0000
+++ b/Documentation/Source/eric5.DebugClients.Python3.DebugClientBase.html	Sat Feb 06 17:40:24 2010 +0000
@@ -559,13 +559,16 @@
 </dd>
 </dl><a NAME="DebugClientBase.input" ID="DebugClientBase.input"></a>
 <h4>DebugClientBase.input</h4>
-<b>input</b>(<i>prompt</i>)
+<b>input</b>(<i>prompt, echo = True</i>)
 <p>
         Public method to implement input() using the event loop.
 </p><dl>
 <dt><i>prompt</i></dt>
 <dd>
 the prompt to be shown (string)
+</dd><dt><i>echo</i></dt>
+<dd>
+Flag indicating echoing of the input (boolean)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -726,7 +729,7 @@
 <hr /><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.
 </p><p>

eric ide

mercurial