tethys.core.regobjs.repositories.repo_mongo

Module Contents

tethys.core.regobjs.repositories.repo_mongo.LOCK_CHECK_DELAY = 0.1[source]
tethys.core.regobjs.repositories.repo_mongo.FILTER_MONGO_MAP[source]
class tethys.core.regobjs.repositories.repo_mongo.MongodbRepository(uri: str, collection_prefix: str = 'repo', object_key_field: str = 'key')[source]

Bases: tethys.core.regobjs.repositories.repo_base.RepositoryBase

Helper class that provides a standard way to create an ABC using inheritance.

Initialize self. See help(type(self)) for accurate signature.

property database(self)[source]