minos.aggregate.contextvars

Module Attributes

IS_REPOSITORY_SERIALIZATION_CONTEXT_VAR

Context variable containing True if serialization has been started by a repository, or False otherwise.

IS_REPOSITORY_SERIALIZATION_CONTEXT_VAR: Final[ContextVar[bool]] = <ContextVar name='is_repository_serialization' default=False>

Context variable containing True if serialization has been started by a repository, or False otherwise.