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

9 lines
143 B
Python

import extend_template
f = extend_template.Foo_0()
if f.test1(37) != 37:
raise RuntimeError
if f.test2(42) != 42:
raise RuntimeError