MCPcopy
hub / github.com/celery/celery / close

Method close

t/unit/worker/test_loops.py:114–115  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

112 return mock
113
114 def close(self, *args, **kwargs):
115 self.blueprint.state = CLOSE
116
117 def closer(self, mock=None, mod=0):
118 mock = Mock() if mock is None else mock

Callers 3

firstMethod · 0.95
closingMethod · 0.95
test_fd_by_pathFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected