PageRenderTime 47ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Python | 7 lines | 5 code | 2 blank | 0 comment | 1 complexity | a2c68ca24650064c38b0a8dd7eb48c12 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  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