~ubuntu-branches/ubuntu/hoary/swig1.3/hoary

1
2
3
4
5
6
7
from using_protected import *

f = FooBar()
f.x = 3

if f.blah(4) != 4:
    raise RuntimeError, "blah(int)"