Files
ANSLibs/swig-4.3.0/Examples/test-suite/python/extend_template_ns_runme.py

8 lines
138 B
Python
Raw Normal View History

from extend_template_ns import *
f = Foo_One()
if f.test1(37) != 37:
raise RuntimeError
if f.test2(42) != 42:
raise RuntimeError