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

Method attr

recipes/Python/578138_gprof2dotpy/recipe-578138.py:2674–2678  ·  view source on GitHub ↗
(self, what, **attrs)

Source from the content-addressed store, hash-verified

2672 self.write('}\n')
2673
2674 def attr(self, what, **attrs):
2675 self.write("\t")
2676 self.write(what)
2677 self.attr_list(attrs)
2678 self.write(";\n")
2679
2680 def node(self, node, **attrs):
2681 self.write("\t")

Callers 1

graphMethod · 0.95

Calls 2

writeMethod · 0.95
attr_listMethod · 0.95

Tested by

no test coverage detected