class _FileDescriptorReservation: (source)
Implements interfaces: twisted.internet.tcp._IFileDescriptorReservation
_IFileDescriptorReservation implementation.| Method | __enter__ |
See _IFileDescriptorReservation.__enter__. |
| Method | __exit__ |
See _IFileDescriptorReservation.__exit__. |
| Method | available |
See _IFileDescriptorReservation.available. |
| Method | reserve |
See _IFileDescriptorReservation.reserve. |
| Instance Variable | fileFactory |
A factory that will be called to reserve a file descriptor. |
| Class Variable | _log |
Undocumented |
| Instance Variable | _fileDescriptor |
Undocumented |
| Instance Variable | _fileFactory |
Undocumented |
_IFileDescriptorReservation.available.| Returns | |
True if the reserved file descriptor is open and can thus be closed to allow a new file to be opened in its place; False if it is not open. |