summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/fvirtual_runme.py
blob: fe211b4419c2146b9eae3e8af4487111972350ab (plain)
1
2
3
4
5
6
7
8
from fvirtual import *

sw = NodeSwitch()
n = Node()
i = sw.addChild(n)

if i != 2:
    raise RuntimeError("addChild")