MCPcopy
hub / github.com/celery/celery / get

Method get

celery/bin/multi.py:315–321  ·  view source on GitHub ↗
(self, wanted, *argv)

Source from the content-addressed store, hash-verified

313 self.say('\n'.join(n.name for n in cluster))
314
315 def get(self, wanted, *argv):
316 try:
317 node = self.cluster_from_argv(argv).find(wanted)
318 except KeyError:
319 return EX_FAILURE
320 else:
321 return self.ok(' '.join(node.argv))
322
323 @using_cluster
324 def show(self, cluster):

Callers 8

celery.pyFile · 0.45
celeryFunction · 0.45
statusFunction · 0.45
workersFunction · 0.45
callerFunction · 0.45
resultFunction · 0.45
worker.pyFile · 0.45
workerFunction · 0.45

Calls 4

cluster_from_argvMethod · 0.95
findMethod · 0.80
okMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected