httk.core.datastream.textstream_file ==================================== .. py:module:: httk.core.datastream.textstream_file Classes ------- .. autoapisummary:: httk.core.datastream.textstream_file.TextstreamFile Module Contents --------------- .. py:class:: TextstreamFile(obj, **hints) Bases: :py:obj:`httk.core.datastream.textstream_common.TextstreamCommon`, :py:obj:`httk.core.datastream.textstream_backend.TextstreamBackend` Backend for file-based (io.TextIOBase-conforming) streaming text data :param obj: Open text stream to adopt and close with this backend. :param \**hints: Backend-selection and compression hints. :raises ValueError: If the compression hint is not a no-op mode for text-native content. .. py:property:: name :type: str | None Return the adopted stream's name when it provides one. .. py:property:: closed :type: bool Report whether the adopted stream is closed.