MCPcopy
hub / github.com/celery/celery / edge

Method edge

celery/bin/graph.py:99–102  ·  view source on GitHub ↗
(self, a, b, **attrs)

Source from the content-addressed store, hash-verified

97 )
98
99 def edge(self, a, b, **attrs):
100 if isinstance(a, Thread):
101 attrs.update(arrowhead='none', arrowtail='tee')
102 return self.draw_edge(a, b, self.edge_scheme, attrs)
103
104 def subscript(n):
105 S = {'0': '₀', '1': '₁', '2': '₂', '3': '₃', '4': '₄',

Callers

nothing calls this directly

Calls 2

draw_edgeMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected