eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html

branch
eric7
changeset 8951
996bb6fea7dd
parent 8596
d64760b2da50
child 9097
213951c41dcd
equal deleted inserted replaced
8950:5644299d912e 8951:996bb6fea7dd
782 <p> 782 <p>
783 Public method to implement input() using the event loop. 783 Public method to implement input() using the event loop.
784 </p> 784 </p>
785 <dl> 785 <dl>
786 786
787 <dt><i>prompt</i></dt> 787 <dt><i>prompt</i> (str)</dt>
788 <dd> 788 <dd>
789 the prompt to be shown (string) 789 prompt to be shown
790 </dd> 790 </dd>
791 <dt><i>echo</i></dt> 791 <dt><i>echo</i> (bool)</dt>
792 <dd> 792 <dd>
793 Flag indicating echoing of the input (boolean) 793 flag indicating echoing of the input
794 </dd> 794 </dd>
795 </dl> 795 </dl>
796 <dl> 796 <dl>
797 <dt>Return:</dt> 797 <dt>Return:</dt>
798 <dd> 798 <dd>
799 the entered string 799 the entered string
800 </dd>
801 </dl>
802 <dl>
803 <dt>Return Type:</dt>
804 <dd>
805 str
800 </dd> 806 </dd>
801 </dl> 807 </dl>
802 <a NAME="DebugClientBase.main" ID="DebugClientBase.main"></a> 808 <a NAME="DebugClientBase.main" ID="DebugClientBase.main"></a>
803 <h4>DebugClientBase.main</h4> 809 <h4>DebugClientBase.main</h4>
804 <b>main</b>(<i></i>) 810 <b>main</b>(<i></i>)
1273 <div align="right"><a href="#top">Up</a></div> 1279 <div align="right"><a href="#top">Up</a></div>
1274 <hr /> 1280 <hr />
1275 <hr /> 1281 <hr />
1276 <a NAME="DebugClientInput" ID="DebugClientInput"></a> 1282 <a NAME="DebugClientInput" ID="DebugClientInput"></a>
1277 <h2>DebugClientInput</h2> 1283 <h2>DebugClientInput</h2>
1278 <b>DebugClientInput</b>(<i>prompt=""</i>) 1284 <b>DebugClientInput</b>(<i>prompt="", echo=True</i>)
1279 1285
1280 <p> 1286 <p>
1281 Replacement for the standard input() builtin. 1287 Replacement for the standard input() builtin.
1282 </p> 1288 </p>
1283 <p> 1289 <p>
1286 <dl> 1292 <dl>
1287 1293
1288 <dt><i>prompt</i> (str)</dt> 1294 <dt><i>prompt</i> (str)</dt>
1289 <dd> 1295 <dd>
1290 prompt to be shown 1296 prompt to be shown
1297 </dd>
1298 <dt><i>echo</i> (bool)</dt>
1299 <dd>
1300 flag indicating echoing of the input
1291 </dd> 1301 </dd>
1292 </dl> 1302 </dl>
1293 <dl> 1303 <dl>
1294 <dt>Return:</dt> 1304 <dt>Return:</dt>
1295 <dd> 1305 <dd>

eric ide

mercurial