Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/python/using_protected_runme.py
2019-08-04 21:38:19 -05:00

8 lines
108 B
Python

from using_protected import *
f = FooBar()
f.x = 3
if f.blah(4) != 4:
raise RuntimeError, "blah(int)"