/tags/rel-1-3-29/SWIG/Examples/test-suite/python/template_rename_runme.py
Python | 12 lines | 9 code | 3 blank | 0 comment | 0 complexity | 6325b627274802321b99d29905850340 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1import template_rename 2 3i = template_rename.iFoo() 4d = template_rename.dFoo() 5 6a = i.blah_test(4) 7b = i.spam_test(5) 8c = i.groki_test(6) 9 10x = d.blah_test(7) 11y = d.spam(8) 12z = d.grok_test(9)