/
UCS
/
pybind11
Обзор
Документация
Войти
/
UCS
/
pybind11
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tests/test_union.py
8 строк
148 B
Ralf W. Grosse-Kunstleve
Python 2 removal part 1: tests (C++ code is intentionally ~untouched) (#3688)
11 фев 2022, 05:28
Не верифицирован
11 фев 2022, 05:28
6493f49
Код
Авторство
О чём код?
from pybind11_tests import union_ as m def test_union(): instance = m.TestUnion() instance.as_uint = 10 assert instance.as_int == 10