/
vshmidt
/
pytorch
Обзор
Документация
Войти
/
vshmidt
/
pytorch
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/test/docstring_linter_testdata/more_python_code.py.txt.after.json
12 строк
582 B
Tom Ritchford
docstring_linter: Fix #151692 and other issues (#156596)
25 авг 2025, 19:04
25 авг 2025, 19:04
83283ce
Код
Авторство
О чём код?
{ "tools/test/docstring_linter_testdata/more_python_code.py.txt": { " 1": "def a_very_very_long(): lines=8, docs=0: (grandfathered)", "10": "class LintInit: lines=6, docs=0: (grandfathered)" }, "tools/test/docstring_linter_testdata/python_code.py.txt": { "17": "class LongWithoutDocstring: lines=6, docs=0: (grandfathered)", "24": "class LongWithShortDocstring: lines=6, docs=10: (grandfathered)", "54": "def long_without_docstring(): lines=7, docs=0: (grandfathered)", "71": "def ImpossibleCombo.needs_docs(): lines=12, docs=0: (grandfathered)" } }