DEBSOURCES
Skip Quicknav
sources / swig1.3 / 1.3.40-3 / Examples / test-suite / python / iadd_runme.py
123456789
import iadd f = iadd.Foo() f.AsA.x = 3 f.AsA += f.AsA if f.AsA.x != 6: raise RuntimeError