MCPcopy
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

okMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected