swig/Examples/test-suite/python/constructor_rename_runme.py

6 lines
125 B
Python

from constructor_rename import *
from swig_test_utils import swig_check
x = RenamedConstructor()
swig_check(x.answer(), 42)