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> |