--- a/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html Thu Nov 09 18:31:34 2017 +0100 +++ b/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html Sat Nov 11 18:44:04 2017 +0100 @@ -85,6 +85,9 @@ <td><a href="#AsyncFile.read">read</a></td> <td>Public method to read bytes from this file.</td> </tr><tr> +<td><a href="#AsyncFile.readCommand">readCommand</a></td> +<td>Public method to read a length prefixed command string.</td> +</tr><tr> <td><a href="#AsyncFile.read_p">read_p</a></td> <td>Public method to read bytes from this file.</td> </tr><tr> @@ -243,6 +246,21 @@ <dd> str </dd> +</dl><a NAME="AsyncFile.readCommand" ID="AsyncFile.readCommand"></a> +<h4>AsyncFile.readCommand</h4> +<b>readCommand</b>(<i></i>) +<p> + Public method to read a length prefixed command string. +</p><dl> +<dt>Returns:</dt> +<dd> +command string +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="AsyncFile.read_p" ID="AsyncFile.read_p"></a> <h4>AsyncFile.read_p</h4> <b>read_p</b>(<i>size=-1</i>)