/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/static_const_member_2_runme.py
16 строк
308 B
Jon Schlueter
autopep8 cleanup of Examples/test-suite/python
09 май 2015, 04:35
09 май 2015, 04:35
b77f3af
Код
Авторство
О чём код?
from static_const_member_2 import * c = Test_int() try: a = c.forward_field a = c.current_profile a = c.RightIndex a = Test_int.backward_field a = Test_int.LeftIndex a = Test_int.cavity_flags except: raise RuntimeError if Foo.BAZ.val != 2 * Foo.BAR.val: raise RuntimeError