Refs¶
didactic.api.Ref ¶
A non-owning reference to another Model. Stored as the target's id (str).
See :class:didactic.api.Ref for usage.
didactic.api.Embed ¶
An owned sub-vertex. The runtime value is an instance of T.
See :class:didactic.api.Embed for usage.