Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ show
Method
show
celery/bin/multi.py:324–328 ·
view source on GitHub ↗
(self, cluster)
Source
from the content-addressed store, hash-verified
322
323
@using_cluster
324
def
show(self, cluster):
325
return
self.ok(
'\n'
.join(
326
' '
.join(node.argv_with_executable)
327
for
node in cluster
328
))
329
330
@splash
331
@using_cluster
Callers
nothing calls this directly
Calls
2
ok
Method · 0.80
join
Method · 0.45
Tested by
no test coverage detected