/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/python_threads_runme.py
11 строк
280 B
Jon Schlueter
autopep8 cleanup of Examples/test-suite/python
09 май 2015, 04:35
09 май 2015, 04:35
b77f3af
Код
Авторство
О чём код?
from python_threads import * action = ActionGroup() count = 1 for child in action.GetActionList(): if child.val != count: raise RuntimeError( "Expected: " + str(count) + " got: " + str(child.val)) count = count + 1 # Was seg faulting at the end here