PageRenderTime 27ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/python/director_alternating_runme.py

#
Python | 5 lines | 4 code | 1 blank | 0 comment | 1 complexity | 436eac0dcf5708032e70acaf75b5b06f MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. from director_alternating import *
  2. id = getBar().id()
  3. if id != idFromGetBar():
  4. raise RuntimeError, "Got wrong id: " + str(id)