MCPcopy 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
55def flatten(l):
56 flat = []
57 for i in l: flat.extend(i)
58 return flat
59
60def gnuplot(script):
61 gnuplot = subprocess.Popen(["gnuplot"], stdin=subprocess.PIPE)

Callers 4

fieldrefsMethod · 0.70
collect_fieldsFunction · 0.70
#getManifestMethod · 0.50
execMethod · 0.50

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected