Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ max_widths
Method
max_widths
deps/v8/tools/avg.py:68–69 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
66
min=min_width, max=max_width)
67
68
def
max_widths(self, other):
69
self.widths = {k: max(v, other.widths[k])
for
k, v in self.widths.items()}
70
71
def
__getattr__(self, key):
72
return
self.widths[key]
Callers
1
record
Method · 0.80
Calls
2
max
Function · 0.50
items
Method · 0.45
Tested by
no test coverage detected