twisted.internet.posixbase._DisconnectSelectableMixin(object)
class documentationtwisted.internet.posixbase
View Source
(View In Hierarchy)
Known subclasses: twisted.internet.posixbase._ContinuousPolling, twisted.internet.posixbase.PosixReactorBase
Mixin providing the _disconnectSelectable
method.
Method | _disconnectSelectable | Utility function for disconnecting a selectable. |
Utility function for disconnecting a selectable.
Supports half-close notification, isRead should be boolean indicating whether error resulted from doRead().