MCPcopy
hub / github.com/celery/celery / __enter__

Method __enter__

t/unit/backends/test_redis.py:60–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 return add_step
59
60 def __enter__(self):
61 return self
62
63 def __exit__(self, type, value, traceback):
64 pass

Callers 2

_wrap_contextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected