MCPcopy Create free account
hub / github.com/ActiveState/code / edge

Method edge

recipes/Python/578138_gprof2dotpy/recipe-578138.py:2686–2692  ·  view source on GitHub ↗
(self, src, dst, **attrs)

Source from the content-addressed store, hash-verified

2684 self.write(";\n")
2685
2686 def edge(self, src, dst, **attrs):
2687 self.write("\t")
2688 self.id(src)
2689 self.write(" -> ")
2690 self.id(dst)
2691 self.attr_list(attrs)
2692 self.write(";\n")
2693
2694 def attr_list(self, attrs):
2695 if not attrs:

Callers 1

graphMethod · 0.95

Calls 3

writeMethod · 0.95
idMethod · 0.95
attr_listMethod · 0.95

Tested by

no test coverage detected