Skip to content

Assertion

Class: warmhub.Assertion

Assertion(wref: str, name: str, kind: str, version: float, active: bool, children: tuple[Assertion, ...], pinned_wref: str | None = None, shape: str | None = None, shape_name: str | None = None, validated_shape: str | None = None, data: Union[JsonValue, None] = None, collection: CollectionReadSummary | None = None, synthesized: bool | None = None, about_wref: str | None = None, affirmed_wrefs: tuple[str, ...] | None = None, committer_wref: str | None = None, created_by: str | None = None, revised_by: str | None = None, metadata: ThingMetadata | None = None, roles: tuple[CollectionMembershipRole, ...] | None = None, extra: Mapping[str, JsonValue] = _no_extra())

Generated from Assertion.

wref

Documentation is not yet available.

name

Documentation is not yet available.

kind

Documentation is not yet available.

version

Documentation is not yet available.

active

Documentation is not yet available.

children

Documentation is not yet available.

pinned_wref = None

Documentation is not yet available.

shape = None

Documentation is not yet available.

shape_name = None

Documentation is not yet available.

validated_shape = None

Documentation is not yet available.

data = None

Documentation is not yet available.

collection = None

Documentation is not yet available.

synthesized = None

Documentation is not yet available.

about_wref = None

Documentation is not yet available.

affirmed_wrefs = None

Documentation is not yet available.

committer_wref = None

Documentation is not yet available.

created_by = None

Documentation is not yet available.

revised_by = None

Documentation is not yet available.

metadata = None

Documentation is not yet available.

roles = None

Documentation is not yet available.

extra = field(default_factory=_no_extra)

Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.