httk.core.datastream.textstream_string

Classes

TextstreamString

Backend for streaming text backed by an actual string

Module Contents

class httk.core.datastream.textstream_string.TextstreamString(content: str, **hints: Any)[source]

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

Backend for streaming text backed by an actual string

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