MCPcopy
hub / github.com/celery/celery / connect

Method connect

celery/utils/graph.py:59–61  ·  view source on GitHub ↗

Add nodes from another graph.

(self, graph)

Source from the content-addressed store, hash-verified

57 self[A].append(B)
58
59 def connect(self, graph):
60 """Add nodes from another graph."""
61 self.adjacent.update(graph.adjacent)
62
63 def topsort(self):
64 """Sort the graph topologically.

Callers 7

setupFunction · 0.45
setupFunction · 0.45
_get_connectionMethod · 0.45
autodiscover_tasksMethod · 0.45
installMethod · 0.45
installMethod · 0.45
reconnectMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected