/tags/ttn-post-libtool-1-4-3-upgrade/SWIG/Examples/test-suite/python/static_const_member_2_runme.py
Python | 15 lines | 11 code | 4 blank | 0 comment | 1 complexity | 6083130fff42c0c5f52d5f34d2d1fa4a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
1from static_const_member_2 import *
2
3c = Test_int()
4try:
5 a = c.forward_field
6 a = c.current_profile
7 a = c.RightIndex
8 a = Test_int.backward_field
9 a = Test_int.LeftIndex
10 a = Test_int.cavity_flags
11except:
12 print "Failed!!"
13
14
15