httk.core.datastream.textstream_backend

Classes

TextstreamBackend

Abstract base class for all backends of streaming text data.

Module Contents

class httk.core.datastream.textstream_backend.TextstreamBackend(backend, **hints)

Bases: httk.core.views.Backend[TextstreamBackend], httk.core.datastream.textstream_api.TextstreamAPI

Abstract base class for all backends of streaming text data.

Parameters:
  • backend (Any) – Initial backend value accepted by the backend family.

  • **hints (Any) – Backend-selection hints used by concrete backends.

backend_classes: ClassVar[list[type[httk.core.views.Backend[Any]]]]