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

# · Python · 7 lines · 5 code · 2 blank · 0 comment · 1 complexity · a2c68ca24650064c38b0a8dd7eb48c12 MD5 · raw file

  1. import import_stl_b
  2. import import_stl_a
  3. v_new = import_stl_b.process_vector([1,2,3])
  4. if v_new != (1,2,3,4):
  5. raise RuntimeError, v_new