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