Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ test_interface_on_start
Method
test_interface_on_start
t/unit/concurrency/test_concurrency.py:101–102 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
assert BasePool(7).num_processes == 7
100
101
def
test_interface_on_start(self):
102
BasePool(10).on_start()
103
104
def
test_interface_on_stop(self):
105
BasePool(10).on_stop()
Callers
nothing calls this directly
Calls
2
BasePool
Class · 0.90
on_start
Method · 0.45
Tested by
no test coverage detected