features.users.ownership package

Submodules

features.users.ownership.dependencies module

features.users.ownership.models module

features.users.ownership.router module

features.users.ownership.schemas module

class features.users.ownership.schemas.OwnedBaseSchemaMixin(*, owner_id: UUID | None = None)

Bases: BaseModel

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

owner_id: UUID | None

features.users.ownership.testing_utils module

async features.users.ownership.testing_utils.create_owned_item(client: AsyncClient, jwt: str, path: str, creating: OwnedBaseSchemaMixin) dict
async features.users.ownership.testing_utils.read_multi_owned(client: AsyncClient, jwt: str, path: str) list

Module contents