MCPcopy
hub / github.com/celery/celery / expand

Method expand

celery/bin/multi.py:335–339  ·  view source on GitHub ↗
(self, template, *argv)

Source from the content-addressed store, hash-verified

333 return cluster.kill()
334
335 def expand(self, template, *argv):
336 return self.ok('\n'.join(
337 node.expander(template)
338 for node in self.cluster_from_argv(argv)
339 ))
340
341 def help(self, *argv):
342 self.say(__doc__)

Callers 1

resolveFunction · 0.80

Calls 3

cluster_from_argvMethod · 0.95
okMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected