/
niceSOFT
/
swig
Обзор
Документация
Войти
/
niceSOFT
/
swig
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Examples/test-suite/python/python_pythoncode_runme.py
9 строк
337 B
William S Fulton
Testcase for testing __new__ override Python 3.6 fix
20 дек 2018, 11:10
20 дек 2018, 11:10
6e2b54b
Код
Авторство
О чём код?
import python_pythoncode # No need to actually do anything, this is a regression test for a bug which # caused an invalid python_pythoncode.py to be generated, so if we can import # it the bug is still fixed. # A later test enhancement checking __new__ requires some code... f = python_pythoncode.get_foo() f = python_pythoncode.Foo()