MCPcopy 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

recordMethod · 0.80

Calls 2

maxFunction · 0.50
itemsMethod · 0.45

Tested by

no test coverage detected