Sign in
cobalt
/
cobalt
/
0a28a8fa312d64217177b774535966deff46f251
/
.
/
src
/
v8
/
gypfiles
/
ForEachFormat.py
blob: 3015cb8b82ff91ffb496541e63dc06b594ab0926 [
file
] [
log
] [
blame
]
# Copyright (c) 2019 Refael Ackeramnn<refack@gmail.com>. All rights reserved.
# Use of this source code is governed by an MIT-style license.
def
DoMain
(
args
):
format_str
=
args
.
pop
(
0
)
return
' '
.
join
(
format_str
%
a
for
a
in
args
)