/trunk/Examples/test-suite/python/import_stl_runme.py
# · Python · 7 lines · 5 code · 2 blank · 0 comment · 1 complexity · a2c68ca24650064c38b0a8dd7eb48c12 MD5 · raw file
- import import_stl_b
- import import_stl_a
- v_new = import_stl_b.process_vector([1,2,3])
- if v_new != (1,2,3,4):
- raise RuntimeError, v_new