swig/Examples/test-suite/python/frob_runme.py
2004-01-21 00:46:08 +00:00

7 lines
113 B
Python

from frob import *
foo = Bravo();
s = foo.abs_method();
if s != "Bravo::abs_method()":
raise RuntimeError, s