Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ node_fontsize
Method
node_fontsize
recipes/Python/578138_gprof2dotpy/recipe-578138.py:2457–2458 ·
view source on GitHub ↗
(self, weight)
Source
from the content-addressed store, hash-verified
2455
return
self.graph_bgcolor()
2456
2457
def
node_fontsize(self, weight):
2458
return
self.fontsize(weight)
2459
2460
def
edge_color(self, weight):
2461
return
self.color(weight)
Callers
1
graph
Method · 0.80
Calls
1
fontsize
Method · 0.95
Tested by
no test coverage detected