Skip to content

AsyncBoundRepoNamespace

Class: warmhub.AsyncBoundRepoNamespace

AsyncBoundRepoNamespace(namespace: AsyncRepoNamespace, org_name: str, repo_name: str)

The repo namespace with org_name/repo_name bound.

get(*, extra_headers: ExtraHeaders | Unset = UNSET, extra_query: ExtraQuery | Unset = UNSET, extra_body: ExtraBody | Unset = UNSET)

See AsyncRepoNamespace.get.

checkpoint = AsyncBoundRepositoryCheckpointNamespace(namespace.checkpoint, org_name, repo_name)

Documentation is not yet available.