/
vshmidt
/
pytorch
Обзор
Документация
Войти
/
vshmidt
/
pytorch
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/test/docstring_linter_testdata/more_python_code.py.txt
32 строки
590 B
Tom Ritchford
[inductor] Add tests for new docstring_linter features (fix #142496) (#144621)
10 апр 2025, 17:32
10 апр 2025, 17:32
ba35793
Код
Авторство
О чём код?
def a_very_very_long(): # Lots of lines! # Lots of lines! # Lots of lines! # Lots of lines! pass class LintInit: def __init__(self) -> None: # Lots of lines! # Lots of lines! pass class LintInitClass: """This is a very long comment, a very long comment""" def __init__(self) -> None: # Lots of lines! # Lots of lines! pass class LintInitInit: def __init__(self) -> None: """This is a very long comment, a very long comment""" # Lots of lines! # Lots of lines! pass