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

# · Python · 5 lines · 3 code · 2 blank · 0 comment · 1 complexity · 136ad82e659fb47113c232e9e191a048 MD5 · raw file

  1. from typemap_arrays import *
  2. if sumA(None) != 60:
  3. raise RuntimeError, "Sum is wrong"