/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/import_nomodule_runme.py
13 строк
249 B
Jon Schlueter
autopep8 cleanup of Examples/test-suite/python
09 май 2015, 04:35
09 май 2015, 04:35
b77f3af
Код
Авторство
О чём код?
from import_nomodule import * # This test is expected to fail with -builtin option. # The base class is needed for the builtin class hierarchy if is_python_builtin(): exit(0) f = create_Foo() test1(f, 42) delete_Foo(f) b = Bar() test1(b, 37)