Identified¶
identified
¶
Protocol for domain objects that carry an identifier.
Identified
¶
Bases: Protocol
Protocol for objects that expose an id property.
Satisfied by any object whose id returns the object's identity,
which may be None for draft/unpersisted instances.