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

changeset 7989
a21d673a8f99
parent 7846
4dfa18ef5acd
child 8215
fc5d68a6889e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
235 235
236 <p> 236 <p>
237 Public method returning the file number. 237 Public method returning the file number.
238 </p> 238 </p>
239 <dl> 239 <dl>
240 <dt>Returns:</dt> 240 <dt>Return:</dt>
241 <dd> 241 <dd>
242 file number 242 file number
243 </dd> 243 </dd>
244 </dl> 244 </dl>
245 <dl> 245 <dl>
261 261
262 <p> 262 <p>
263 Public method to indicate whether a tty interface is supported. 263 Public method to indicate whether a tty interface is supported.
264 </p> 264 </p>
265 <dl> 265 <dl>
266 <dt>Returns:</dt> 266 <dt>Return:</dt>
267 <dd> 267 <dd>
268 always false 268 always false
269 </dd> 269 </dd>
270 </dl> 270 </dl>
271 <dl> 271 <dl>
280 280
281 <p> 281 <p>
282 Public method that returns the number of strings waiting to be written. 282 Public method that returns the number of strings waiting to be written.
283 </p> 283 </p>
284 <dl> 284 <dl>
285 <dt>Returns:</dt> 285 <dt>Return:</dt>
286 <dd> 286 <dd>
287 the number of strings to be written 287 the number of strings to be written
288 </dd> 288 </dd>
289 </dl> 289 </dl>
290 <dl> 290 <dl>
306 <dd> 306 <dd>
307 maximum number of bytes to be read 307 maximum number of bytes to be read
308 </dd> 308 </dd>
309 </dl> 309 </dl>
310 <dl> 310 <dl>
311 <dt>Returns:</dt> 311 <dt>Return:</dt>
312 <dd> 312 <dd>
313 the bytes read 313 the bytes read
314 </dd> 314 </dd>
315 </dl> 315 </dl>
316 <dl> 316 <dl>
325 325
326 <p> 326 <p>
327 Public method to read a length prefixed command string. 327 Public method to read a length prefixed command string.
328 </p> 328 </p>
329 <dl> 329 <dl>
330 <dt>Returns:</dt> 330 <dt>Return:</dt>
331 <dd> 331 <dd>
332 command string 332 command string
333 </dd> 333 </dd>
334 </dl> 334 </dl>
335 <dl> 335 <dl>
351 <dd> 351 <dd>
352 maximum number of bytes to be read 352 maximum number of bytes to be read
353 </dd> 353 </dd>
354 </dl> 354 </dl>
355 <dl> 355 <dl>
356 <dt>Returns:</dt> 356 <dt>Return:</dt>
357 <dd> 357 <dd>
358 the bytes read 358 the bytes read
359 </dd> 359 </dd>
360 </dl> 360 </dl>
361 <dl> 361 <dl>
370 370
371 <p> 371 <p>
372 Public method to check, if the stream is readable. 372 Public method to check, if the stream is readable.
373 </p> 373 </p>
374 <dl> 374 <dl>
375 <dt>Returns:</dt> 375 <dt>Return:</dt>
376 <dd> 376 <dd>
377 flag indicating a readable stream 377 flag indicating a readable stream
378 </dd> 378 </dd>
379 </dl> 379 </dl>
380 <dl> 380 <dl>
396 <dd> 396 <dd>
397 hint of the numbers of bytes to be read 397 hint of the numbers of bytes to be read
398 </dd> 398 </dd>
399 </dl> 399 </dl>
400 <dl> 400 <dl>
401 <dt>Returns:</dt> 401 <dt>Return:</dt>
402 <dd> 402 <dd>
403 one line read 403 one line read
404 </dd> 404 </dd>
405 </dl> 405 </dl>
406 <dl> 406 <dl>
426 <dd> 426 <dd>
427 maximum number of bytes to be read 427 maximum number of bytes to be read
428 </dd> 428 </dd>
429 </dl> 429 </dl>
430 <dl> 430 <dl>
431 <dt>Returns:</dt> 431 <dt>Return:</dt>
432 <dd> 432 <dd>
433 one line of text up to size bytes 433 one line of text up to size bytes
434 </dd> 434 </dd>
435 </dl> 435 </dl>
436 <dl> 436 <dl>
452 <dd> 452 <dd>
453 hint of the numbers of bytes to be read 453 hint of the numbers of bytes to be read
454 </dd> 454 </dd>
455 </dl> 455 </dl>
456 <dl> 456 <dl>
457 <dt>Returns:</dt> 457 <dt>Return:</dt>
458 <dd> 458 <dd>
459 list of lines read 459 list of lines read
460 </dd> 460 </dd>
461 </dl> 461 </dl>
462 <dl> 462 <dl>
497 497
498 <p> 498 <p>
499 Public method to check, if the stream is seekable. 499 Public method to check, if the stream is seekable.
500 </p> 500 </p>
501 <dl> 501 <dl>
502 <dt>Returns:</dt> 502 <dt>Return:</dt>
503 <dd> 503 <dd>
504 flag indicating a seekable stream 504 flag indicating a seekable stream
505 </dd> 505 </dd>
506 </dl> 506 </dl>
507 <dl> 507 <dl>
553 553
554 <p> 554 <p>
555 Public method to check, if a stream is writable. 555 Public method to check, if a stream is writable.
556 </p> 556 </p>
557 <dl> 557 <dl>
558 <dt>Returns:</dt> 558 <dt>Return:</dt>
559 <dd> 559 <dd>
560 flag indicating a writable stream 560 flag indicating a writable stream
561 </dd> 561 </dd>
562 </dl> 562 </dl>
563 <dl> 563 <dl>
624 <dd> 624 <dd>
625 The file object to be checked 625 The file object to be checked
626 </dd> 626 </dd>
627 </dl> 627 </dl>
628 <dl> 628 <dl>
629 <dt>Returns:</dt> 629 <dt>Return:</dt>
630 <dd> 630 <dd>
631 Flag indicating if there is data waiting 631 Flag indicating if there is data waiting
632 </dd> 632 </dd>
633 </dl> 633 </dl>
634 <dl> 634 <dl>

eric ide

mercurial