Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ mget
Method
mget
celery/backends/gcs.py:107–109 ·
view source on GitHub ↗
(self, keys)
Source
from the content-addressed store, hash-verified
105
blob.delete(retry=self._retry_policy)
106
107
def
mget(self, keys):
108
with
ThreadPoolExecutor()
as
pool:
109
return
list(pool.map(self.get, keys))
110
111
@property
112
def
client(self):
Callers
nothing calls this directly
Calls
1
map
Method · 0.45
Tested by
no test coverage detected