PageRenderTime 34ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Python | 5 lines | 4 code | 1 blank | 0 comment | 1 complexity | 1b6f25b992875a74c3be6d3a6af2d016 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. import typemap_delete
  2. r = typemap_delete.Rect(123)
  3. if r.val != 123:
  4. raise RuntimeError