Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/celery/celery
/ setup_method
Method
setup_method
t/unit/backends/test_base.py:301–302 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
299
class
test_prepare_exception:
300
301
def
setup_method(self):
302
self.b = BaseBackend(self.app)
303
304
def
test_unpickleable(self):
305
self.b.serializer =
'pickle'
Callers
nothing calls this directly
Calls
1
BaseBackend
Class · 0.90
Tested by
no test coverage detected