MCPcopy Index your code
hub / github.com/nodejs/node / fmt

Function fmt

deps/v8/tools/avg.py:83–84  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

81
82
83def fmt(num):
84 return "{0:>,.2f}".format(num)
85
86
87def format_line(points, key, average, stddev, min_value, max_value,

Callers 2

resultMethod · 0.85
widthsMethod · 0.85

Calls 1

formatMethod · 0.65

Tested by

no test coverage detected