Skip to content

RawSnapshot

Class: warmhub.RawSnapshot

as_dict() for the models that carry a wire raw.

Not a dataclass and declares no fields, so it contributes nothing to the subclasses’ __init__, __slots__ or dataclasses.fields().

as_dict()

The exact server payload as a plain, mutable, serializable dict.

Wire keys, wire nesting, no client naming applied — the same content as raw, in the form you can hand to dumps, mutate, or pass to code that demands a real dict. Built fresh on each call, so editing the result cannot reach the model.

raw

Documentation is not yet available.