MCPcopy
hub / github.com/celery/celery / find

Method find

celery/apps/multi.py:485–489  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

483 maybe_call(self.on_still_waiting_end)
484
485 def find(self, name):
486 for node in self:
487 if node.name == name:
488 return node
489 raise KeyError(name)
490
491 def getpids(self, on_down=None):
492 for node in self:

Callers 4

test_run_workerFunction · 0.80
test_acceptMethod · 0.80
remove_repeatingFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_run_workerFunction · 0.64
test_acceptMethod · 0.64