Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
83
def
fmt(num):
84
return
"{0:>,.2f}"
.format(num)
85
86
87
def
format_line(points, key, average, stddev, min_value, max_value,
Callers
2
result
Method · 0.85
widths
Method · 0.85
Calls
1
format
Method · 0.65
Tested by
no test coverage detected