summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/typedef_class_runme.py
blob: 6d2f2a5c38840b38ed279fdf8d45b2c225ea1f78 (plain)
1
2
3
4
5
6
7
import typedef_class

a = typedef_class.RealA()
a.a = 3

b = typedef_class.B()
b.testA(a)