summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/using_protected_runme.py
blob: 525a1cde42328f2e853b3c74cb5439c17fb8ccd9 (plain)
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)"