Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ fmtS
Function
fmtS
deps/v8/tools/avg.py:75–76 ·
view source on GitHub ↗
(string, width=0)
Source
from the content-addressed store, hash-verified
73
74
75
def
fmtS(string, width=0):
76
return
"{0:<{1}}"
.format(string, width)
77
78
79
def
fmtN(num, width=0):
Callers
1
status
Method · 0.85
Calls
1
format
Method · 0.65
Tested by
no test coverage detected