httk.core.datastream.textstream_file

Classes

TextstreamFile

Backend for file-based (io.TextIOBase-conforming) streaming text data

Module Contents

class httk.core.datastream.textstream_file.TextstreamFile(obj: io.TextIOBase, **hints: Any)[source]

Bases: httk.core.datastream.textstream_common.TextstreamCommon, httk.core.datastream.textstream_backend.TextstreamBackend

Backend for file-based (io.TextIOBase-conforming) streaming text data

property name: str | None[source]
property closed: bool[source]