PageRenderTime 37ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/python/exception.i

#
Swig | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | 24d24cf653aaacfaf79e4505ae787161 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %include <typemaps/exception.swg>
  2. %insert("runtime") {
  3. %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
  4. }