PageRenderTime 41ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-29/SWIG/Examples/test-suite/python/extend_template_runme.py

#
Python | 8 lines | 6 code | 2 blank | 0 comment | 2 complexity | 2e78ab062931aacbb812fbae98368d83 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. import extend_template
  2. f = extend_template.Foo_0()
  3. if f.test1(37) != 37:
  4. raise RuntimeError
  5. if f.test2(42) != 42:
  6. raise RuntimeError