DEBSOURCES
Skip Quicknav
sources / swig / 4.0.2-1 / 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