Skip to content

Unique id base

UniqueIDType = TypeVar('UniqueIDType', bound=UniqueIDBase) module-attribute

UniqueIDBase

Bases: BaseModel, Generic[DatabaseSchemaType], ABC

deleted = False class-attribute instance-attribute

version = None class-attribute instance-attribute

__hash__()

equal_excluding_version_and_deletion(other) abstractmethod

from_schema(schema, exact_version=False) abstractmethod classmethod

from_schema_kwargs(schema, exact_version=False) classmethod