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

9 lines
119 B
Python
Raw Normal View History

from fvirtual import *
sw = NodeSwitch()
n = Node()
i = sw.addChild(n)
if i != 2:
raise RuntimeError("addChild")