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

11 lines
183 B
Python
Raw Normal View History

import template_extend2
a = template_extend2.lBaz()
b = template_extend2.dBaz()
if a.foo() != "lBaz::foo":
raise RuntimeError
if b.foo() != "dBaz::foo":
raise RuntimeError