httk.core.datastream.textstream_string¶
Classes¶
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.TextstreamBackendBackend for streaming text backed by an actual string