/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/li_std_wstream_runme.py
11 строк
209 B
William S Fulton
Convert python test scripts to be Python 2 and 3 compatible
15 авг 2020, 02:09
15 авг 2020, 02:09
66df0bd
Код
Авторство
О чём код?
from li_std_wstream import * a = A() o = wostringstream() o << a << " " << 2345 << " " << 1.435 << wends if o.str() != "A class 2345 1.435\0": raise RuntimeError("str failed: \"%s\"".format(o.str()))