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

changeset 103
59137afca666
parent 72
015c7e35bd84
child 409
0ea528e80202
equal deleted inserted replaced
102:85fc2a5cddb4 103:59137afca666
557 <dd> 557 <dd>
558 the received line 558 the received line
559 </dd> 559 </dd>
560 </dl><a NAME="DebugClientBase.input" ID="DebugClientBase.input"></a> 560 </dl><a NAME="DebugClientBase.input" ID="DebugClientBase.input"></a>
561 <h4>DebugClientBase.input</h4> 561 <h4>DebugClientBase.input</h4>
562 <b>input</b>(<i>prompt</i>) 562 <b>input</b>(<i>prompt, echo = True</i>)
563 <p> 563 <p>
564 Public method to implement input() using the event loop. 564 Public method to implement input() using the event loop.
565 </p><dl> 565 </p><dl>
566 <dt><i>prompt</i></dt> 566 <dt><i>prompt</i></dt>
567 <dd> 567 <dd>
568 the prompt to be shown (string) 568 the prompt to be shown (string)
569 </dd><dt><i>echo</i></dt>
570 <dd>
571 Flag indicating echoing of the input (boolean)
569 </dd> 572 </dd>
570 </dl><dl> 573 </dl><dl>
571 <dt>Returns:</dt> 574 <dt>Returns:</dt>
572 <dd> 575 <dd>
573 the entered string 576 the entered string
724 </p> 727 </p>
725 <div align="right"><a href="#top">Up</a></div> 728 <div align="right"><a href="#top">Up</a></div>
726 <hr /><hr /> 729 <hr /><hr />
727 <a NAME="DebugClientInput" ID="DebugClientInput"></a> 730 <a NAME="DebugClientInput" ID="DebugClientInput"></a>
728 <h2>DebugClientInput</h2> 731 <h2>DebugClientInput</h2>
729 <b>DebugClientInput</b>(<i>prompt = ""</i>) 732 <b>DebugClientInput</b>(<i>prompt = "", echo = True</i>)
730 <p> 733 <p>
731 Replacement for the standard input builtin. 734 Replacement for the standard input builtin.
732 </p><p> 735 </p><p>
733 This function works with the split debugger. 736 This function works with the split debugger.
734 </p><dl> 737 </p><dl>

eric ide

mercurial