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

changeset 5966
3325ecd87c7c
parent 5964
066e6c78a367
child 6040
dcf8c50ed06a
--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Thu Nov 09 18:31:34 2017 +0100
+++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html	Sat Nov 11 18:44:04 2017 +0100
@@ -167,9 +167,6 @@
 <td><a href="#DebugClientBase.handleJsonCommand">handleJsonCommand</a></td>
 <td>Public method to handle a command serialized as a JSON string.</td>
 </tr><tr>
-<td><a href="#DebugClientBase.handleLine">handleLine</a></td>
-<td>Public method to handle the receipt of a complete line.</td>
-</tr><tr>
 <td><a href="#DebugClientBase.input">input</a></td>
 <td>Public method to implement input() (Python 2) using the event loop.</td>
 </tr><tr>
@@ -630,19 +627,6 @@
 <dd>
 string containing the command received from the IDE
 </dd>
-</dl><a NAME="DebugClientBase.handleLine" ID="DebugClientBase.handleLine"></a>
-<h4>DebugClientBase.handleLine</h4>
-<b>handleLine</b>(<i>line</i>)
-<p>
-        Public method to handle the receipt of a complete line.
-</p><p>
-        It first looks for a valid protocol token at the start of the line.
-        Thereafter it trys to execute the lines accumulated so far.
-</p><dl>
-<dt><i>line</i></dt>
-<dd>
-the received line
-</dd>
 </dl><a NAME="DebugClientBase.input" ID="DebugClientBase.input"></a>
 <h4>DebugClientBase.input</h4>
 <b>input</b>(<i>prompt</i>)

eric ide

mercurial