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

Method edge

celery/utils/graph.py:289–290  ·  view source on GitHub ↗
(self, a, b, **attrs)

Source from the content-addressed store, hash-verified

287 return self.draw_node(obj, self.term_scheme, attrs)
288
289 def edge(self, a, b, **attrs):
290 return self.draw_edge(a, b, **attrs)
291
292 def _enc(self, s):
293 return s.encode('utf-8', 'ignore')

Callers 1

to_dotMethod · 0.45

Calls 1

draw_edgeMethod · 0.95

Tested by

no test coverage detected