Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ begin_graph
Method
begin_graph
recipes/Python/578138_gprof2dotpy/recipe-578138.py:2668–2669 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2666
self.end_graph()
2667
2668
def
begin_graph(self):
2669
self.write(
'digraph {\n'
)
2670
2671
def
end_graph(self):
2672
self.write(
'}\n'
)
Callers
1
graph
Method · 0.95
Calls
1
write
Method · 0.95
Tested by
no test coverage detected