def readable(self): """Return `True` if the pipe is still open.""" return (self.__filehandle is not None)