swig/Examples/test-suite/python/virtual_derivation_runme.py
Jon Schlueter b77f3afafb autopep8 cleanup of Examples/test-suite/python
automated cleanup of python pep8 whitespace compliance
2015-05-08 21:35:52 -04:00

7 lines
149 B
Python

from virtual_derivation import *
#
# very innocent example
#
b = B(3)
if b.get_a() != b.get_b():
raise RuntimeError, "something is really wrong"