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

Method end_graph

recipes/Python/578138_gprof2dotpy/recipe-578138.py:2671–2672  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2669 self.write('digraph {\n')
2670
2671 def end_graph(self):
2672 self.write('}\n')
2673
2674 def attr(self, what, **attrs):
2675 self.write("\t")

Callers 1

graphMethod · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected