Files
ANSLibs/swig-4.3.0/Examples/test-suite/python/memberin_extend_c_runme.py

7 lines
145 B
Python
Raw Normal View History

import memberin_extend_c
t = memberin_extend_c.Person()
t.name = "Fred Bloggs"
if t.name != "FRED BLOGGS":
raise RuntimeError("name wrong")