MCPcopy 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

299class 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

BaseBackendClass · 0.90

Tested by

no test coverage detected