def getsockopt(self, option): if self.state.SHUTDOWN: raise err.Error(errno.ESHUTDOWN) return super(LogicalDataLink, self).getsockopt(option)