summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/template_rename_runme.py
blob: 4f0e7e83ea7ebae2ce8b59b52b6dae67e7c153f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import template_rename

i = template_rename.iFoo()
d = template_rename.dFoo()

a = i.blah_test(4)
b = i.spam_test(5)
c = i.groki_test(6)

x = d.blah_test(7)
y = d.spam(8)
z = d.grok_test(9)