DEBSOURCES
Skip Quicknav
sources / swig2.0 / 2.0.7-3 / Examples / test-suite / python / struct_value_runme.py
123456789
import struct_value b = struct_value.Bar() b.a.x = 3 if b.a.x != 3: raise RuntimeError b.b.x = 3 if b.b.x != 3: raise RuntimeError