/
vshmidt
/
pytorch
Обзор
Документация
Войти
/
vshmidt
/
pytorch
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/test/docstring_linter_testdata/python_code.py.txt.terse.json
146 строк
3 KB
Tom Ritchford
docstring_linter: Fix #151692 and other issues (#156596)
25 авг 2025, 19:04
25 авг 2025, 19:04
83283ce
Код
Авторство
О чём код?
{ "class ImpossibleCombo": { "docstring_len": 44, "line": 62, "lines": 21, "status": "good" }, "class ImpossibleCombo.needs_docs.not_short.Long": { "docstring_len": 0, "line": 73, "lines": 6, "status": "good" }, "class ImpossibleCombo.needs_docs.not_short.Short": { "docstring_len": 0, "line": 80, "lines": 3, "status": "good" }, "class LongWithDocstring": { "docstring_len": 44, "line": 10, "lines": 6, "status": "good" }, "class LongWithShortDocstring": { "docstring_len": 10, "line": 24, "lines": 6, "status": "good" }, "class LongWithoutDocstring": { "docstring_len": 0, "line": 17, "lines": 6, "status": "good" }, "class NotDocstring": { "docstring_len": 0, "line": 85, "lines": 21, "status": "good" }, "class Short": { "docstring_len": 0, "line": 6, "lines": 3, "status": "good" }, "class ShortWithDocstring": { "docstring_len": 44, "line": 1, "lines": 4, "status": "good" }, "class _Protected": { "docstring_len": 10, "line": 31, "lines": 6, "status": "good" }, "def ImpossibleCombo.needs_docs": { "docstring_len": 0, "line": 71, "lines": 12, "status": "good" }, "def ImpossibleCombo.needs_docs.not_short": { "docstring_len": 0, "line": 72, "lines": 11, "status": "good" }, "def LongWithDocstring.short1": { "docstring_len": 0, "line": 13, "lines": 3, "status": "good" }, "def LongWithShortDocstring.short1": { "docstring_len": 0, "line": 27, "lines": 3, "status": "good" }, "def LongWithoutDocstring.short1": { "docstring_len": 0, "line": 20, "lines": 3, "status": "good" }, "def NotDocstring.long_with_override": { "docstring_len": 0, "line": 92, "lines": 6, "status": "good" }, "def NotDocstring.short1": { "docstring_len": 0, "line": 86, "lines": 2, "status": "good" }, "def NotDocstring.short2": { "docstring_len": 0, "line": 99, "lines": 2, "status": "good" }, "def NotDocstring.short3": { "docstring_len": 0, "line": 102, "lines": 4, "status": "good" }, "def _Protected.short1": { "docstring_len": 0, "line": 34, "lines": 3, "status": "good" }, "def long": { "docstring_len": 44, "line": 45, "lines": 8, "status": "good" }, "def long_with_omit": { "docstring_len": 0, "line": 107, "lines": 5, "status": "good" }, "def long_without_docstring": { "docstring_len": 0, "line": 54, "lines": 7, "status": "good" }, "def short": { "docstring_len": 0, "line": 38, "lines": 6, "status": "good" } }