SyFi
0.3
|
Static Public Member Functions | |
static bool | check (PyObject *obj) |
Definition at line 4025 of file SyFiPYTHON_wrap.cxx.
static bool swig::traits_check< Type, value_category >::check | ( | PyObject * | obj | ) | [inline, static] |
Definition at line 4026 of file SyFiPYTHON_wrap.cxx.
References swig::asval(), run_all::res, SWIG_ERROR, and SWIG_IsOK.
{ int res = obj ? asval(obj, (Type *)(0)) : SWIG_ERROR; return SWIG_IsOK(res) ? true : false; }