PageRenderTime 34ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Python | 5 lines | 3 code | 2 blank | 0 comment | 1 complexity | 136ad82e659fb47113c232e9e191a048 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. from typemap_arrays import *
  2. if sumA(None) != 60:
  3. raise RuntimeError, "Sum is wrong"