/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/nested_in_template_runme.py
5 строк
144 B
Vadim Zeitlin
Avoid comparing doubles in nested_in_template.i unit test
04 дек 2018, 22:46
04 дек 2018, 22:46
5e7426d
Код
Авторство
О чём код?
from nested_in_template import * cd = ConcreteDerived(88) if cd.m_value != 88: raise RuntimeError("ConcreteDerived not created correctly")