Upstream version 1.3.40
[profile/ivi/swig.git] / Examples / test-suite / python / template_rename_runme.py
1 import template_rename
2
3 i = template_rename.iFoo()
4 d = template_rename.dFoo()
5
6 a = i.blah_test(4)
7 b = i.spam_test(5)
8 c = i.groki_test(6)
9
10 x = d.blah_test(7)
11 y = d.spam(8)
12 z = d.grok_test(9)