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

changeset 5966
3325ecd87c7c
parent 5264
8bc23ecb4ea3
equal deleted inserted replaced
5965:b8d53f4149c8 5966:3325ecd87c7c
83 <td>Public method that returns the number of strings waiting to be written.</td> 83 <td>Public method that returns the number of strings waiting to be written.</td>
84 </tr><tr> 84 </tr><tr>
85 <td><a href="#AsyncFile.read">read</a></td> 85 <td><a href="#AsyncFile.read">read</a></td>
86 <td>Public method to read bytes from this file.</td> 86 <td>Public method to read bytes from this file.</td>
87 </tr><tr> 87 </tr><tr>
88 <td><a href="#AsyncFile.readCommand">readCommand</a></td>
89 <td>Public method to read a length prefixed command string.</td>
90 </tr><tr>
88 <td><a href="#AsyncFile.read_p">read_p</a></td> 91 <td><a href="#AsyncFile.read_p">read_p</a></td>
89 <td>Public method to read bytes from this file.</td> 92 <td>Public method to read bytes from this file.</td>
90 </tr><tr> 93 </tr><tr>
91 <td><a href="#AsyncFile.readable">readable</a></td> 94 <td><a href="#AsyncFile.readable">readable</a></td>
92 <td>Public method to check, if the stream is readable.</td> 95 <td>Public method to check, if the stream is readable.</td>
235 </dd> 238 </dd>
236 </dl><dl> 239 </dl><dl>
237 <dt>Returns:</dt> 240 <dt>Returns:</dt>
238 <dd> 241 <dd>
239 the bytes read 242 the bytes read
243 </dd>
244 </dl><dl>
245 <dt>Return Type:</dt>
246 <dd>
247 str
248 </dd>
249 </dl><a NAME="AsyncFile.readCommand" ID="AsyncFile.readCommand"></a>
250 <h4>AsyncFile.readCommand</h4>
251 <b>readCommand</b>(<i></i>)
252 <p>
253 Public method to read a length prefixed command string.
254 </p><dl>
255 <dt>Returns:</dt>
256 <dd>
257 command string
240 </dd> 258 </dd>
241 </dl><dl> 259 </dl><dl>
242 <dt>Return Type:</dt> 260 <dt>Return Type:</dt>
243 <dd> 261 <dd>
244 str 262 str

eric ide

mercurial