PageRenderTime 53ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-25/SWIG/Examples/test-suite/python/template_matrix_runme.py

#
Python | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | 71b3aea935bae38287269bc5d7a602a3 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. from template_matrix import *
  2. passVector([1,2,3])
  3. passMatrix([[1,2],[1,2,3]])
  4. passCube([[[1,2],[1,2,3]],[[1,2],[1,2,3]]])