class documentation

class _NullFileDescriptorReservation: (source)

Implements interfaces: twisted.internet.tcp._IFileDescriptorReservation

View In Hierarchy

A null implementation of _IFileDescriptorReservation.
Method __enter__ Do nothing. See _IFileDescriptorReservation.__enter__
Method __exit__ Do nothing. See _IFileDescriptorReservation.__exit__.
Method available The reserved file is never available. See _IFileDescriptorReservation.available.
Method reserve Do nothing. See _IFileDescriptorReservation.reserve.
def __exit__(self, excType, excValue, traceback): (source)
def available(self): (source)