Module implementing an asynchronous interface for the debugger.
Imported modules
|
|
from qt import SIGNAL, PYSIGNAL, QObject, QSocketNotifier
import socket
|
Functions
|
|
AsyncPendingWrite
|
|
AsyncPendingWrite
|
AsyncPendingWrite ( file )
Module function to check for data to be written.
Arguments
- file
- the file object to be checked (file)
Returns
flag indicating if there is data wating (int)
|
Classes
|
|
AsyncFile |
Class wrapping a socket object with a file interface.
|
AsyncIO |
Class implementing asynchronous reading and writing.
|
|
|