/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
python/tidy/tests/spec.webidl
10 строк
356 B
Martin Robinson
Convert tidy to a non-egg Python package
15 июн 2023, 14:10
Не верифицирован
15 июн 2023, 14:10
81433a8
Код
Авторство
О чём код?
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ interface Test { [SameObject ] readonly attribute Node root; };