swh.objstorage.utils module#

swh.objstorage.utils.call_async(f, *args)[source]#

Calls an async coroutine from a synchronous function.

swh.objstorage.utils.format_obj_id(obj_id: bytes | CompositeObjId) str[source]#