Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ flatten
Function
flatten
deps/v8/tools/gc-nvp-trace-processor.py:55–58 ·
view source on GitHub ↗
(l)
Source
from the content-addressed store, hash-verified
53
54
55
def
flatten(l):
56
flat = []
57
for
i in l: flat.extend(i)
58
return
flat
59
60
def
gnuplot(script):
61
gnuplot = subprocess.Popen([
"gnuplot"
], stdin=subprocess.PIPE)
Callers
4
fieldrefs
Method · 0.70
collect_fields
Function · 0.70
#getManifest
Method · 0.50
exec
Method · 0.50
Calls
1
extend
Method · 0.45
Tested by
no test coverage detected