class documentation

class SignalWakeupFd(object):

View In Hierarchy

Undocumented

Method __del__ Called before object deletion.
Method __init__ Initializes this class.
Method Notify Notifies the wakeup file descriptor.
Method Reset Restores the previous wakeup file descriptor.
Instance Variable fileno Undocumented
Instance Variable read Undocumented
Method _SetWakeupFd Undocumented
Instance Variable _previous Undocumented
Instance Variable _read_fh Undocumented
Instance Variable _write_fh Undocumented
def __del__(self):

Called before object deletion.

def __init__(self):

Initializes this class.

def Notify(self):

Notifies the wakeup file descriptor.

def Reset(self):

Restores the previous wakeup file descriptor.

fileno =

Undocumented

read =

Undocumented

def _SetWakeupFd(self, fd):

Undocumented

_previous =

Undocumented

_read_fh =

Undocumented

_write_fh =

Undocumented