/
githubmirror
/
pyyaml
Обзор
Документация
Войти
/
githubmirror
/
pyyaml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/legacy_tests/data/construct-python-tuple-list-dict.data
8 строк
216 B
Matt Davis
Move tests to pytest
10 ноя 2023, 22:37
Не верифицирован
10 ноя 2023, 22:37
a98fd60
Код
Авторство
О чём код?
- !!python/list [1, 2, 3, 4] - !!python/tuple [1, 2, 3, 4] - !!python/dict {1: 2, 3: 4} - !!python/dict !!python/tuple [0,0]: 0 !!python/tuple [0,1]: 1 !!python/tuple [1,0]: 1 !!python/tuple [1,1]: 0