/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/v8_gypfiles/ForEachFormat.py
5 строк
234 B
Refael Ackermann
build,deps: move gypfiles out 2/2 - moving
28 мар 2019, 23:39
28 мар 2019, 23:39
3b5773f
Код
Авторство
О чём код?
# 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)