Static Public Member Functions | |
static bool | check (PyObject *obj) |
Definition at line 3749 of file SyFi_wrap.cc.
static bool swig::traits_check< Type, pointer_category >::check | ( | PyObject * | obj | ) | [inline, static] |
Definition at line 3750 of file SyFi_wrap.cc.
References swig::asptr(), run_all::res, SWIG_ERROR, and SWIG_IsOK.
03750 { 03751 int res = obj ? asptr(obj, (Type **)(0)) : SWIG_ERROR; 03752 return SWIG_IsOK(res) ? true : false; 03753 }