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

Method close

celery/concurrency/base.py:133–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 self._state = self.RUN
132
133 def close(self):
134 self._state = self.CLOSE
135 self.on_close()
136
137 def on_close(self):
138 pass

Callers 7

test_interface_closeMethod · 0.95
_close_sessionMethod · 0.45
setup_default_appFunction · 0.45
destroy_queuesMethod · 0.45
on_stopMethod · 0.45
on_closeMethod · 0.45

Calls 1

on_closeMethod · 0.95

Tested by 1

test_interface_closeMethod · 0.76