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

6 lines
131 B
Python
Raw Normal View History

from director_alternating import *
id = getBar().id()
if id != idFromGetBar():
raise RuntimeError("Got wrong id: " + str(id))