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

Method edge

celery/bootsteps.py:68–71  ·  view source on GitHub ↗
(self, a, b, **attrs)

Source from the content-addressed store, hash-verified

66 return self.draw_node(obj, scheme, attrs)
67
68 def edge(self, a, b, **attrs):
69 if a.last:
70 attrs.update(arrowhead='none', color='darkseagreen3')
71 return self.draw_edge(a, b, self.edge_scheme, attrs)
72
73
74class Blueprint:

Callers 1

test_edgeMethod · 0.95

Calls 2

draw_edgeMethod · 0.80
updateMethod · 0.45

Tested by 1

test_edgeMethod · 0.76