Static Public Member Functions | |
static bool | check (PyObject *obj) |
Definition at line 3741 of file SyFi_wrap.cc.
static bool swig::traits_check< Type, value_category >::check | ( | PyObject * | obj | ) | [inline, static] |
Definition at line 3742 of file SyFi_wrap.cc.
References swig::asval(), run_all::res, SWIG_ERROR, and SWIG_IsOK.
03742 { 03743 int res = obj ? asval(obj, (Type *)(0)) : SWIG_ERROR; 03744 return SWIG_IsOK(res) ? true : false; 03745 }