Skip to content

Refs

didactic.api.Ref

Ref = Annotated[str, REF_MARKER, T]

A non-owning reference to another Model. Stored as the target's id (str).

See :class:didactic.api.Ref for usage.

didactic.api.Embed

Embed = Annotated[T, EMBED_MARKER]

An owned sub-vertex. The runtime value is an instance of T.

See :class:didactic.api.Embed for usage.

didactic.api.Backref module-attribute

Backref = _Backref