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

Method node

recipes/Python/578138_gprof2dotpy/recipe-578138.py:2680–2684  ·  view source on GitHub ↗
(self, node, **attrs)

Source from the content-addressed store, hash-verified

2678 self.write(";\n")
2679
2680 def node(self, node, **attrs):
2681 self.write("\t")
2682 self.id(node)
2683 self.attr_list(attrs)
2684 self.write(";\n")
2685
2686 def edge(self, src, dst, **attrs):
2687 self.write("\t")

Callers 1

graphMethod · 0.95

Calls 3

writeMethod · 0.95
idMethod · 0.95
attr_listMethod · 0.95

Tested by

no test coverage detected