Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ __init__
Method
__init__
celery/backends/cache.py:59–60 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
57
class
DummyClient:
58
59
def
__init__(self, *args, **kwargs):
60
self.cache = _DUMMY_CLIENT_CACHE
61
62
def
get(self, key, *args, **kwargs):
63
return
self.cache.get(key)
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected