SyFi
0.3
|
Public Types | |
typedef PyObject * | value_type |
Static Public Member Functions | |
static PyObject * | from (const value_type &val) |
Definition at line 4130 of file SyFiPYTHON_wrap.cxx.
typedef PyObject* swig::traits_from< PyObject * >::value_type |
Definition at line 4131 of file SyFiPYTHON_wrap.cxx.
static PyObject* swig::traits_from< PyObject * >::from | ( | const value_type & | val | ) | [inline, static] |
Definition at line 4132 of file SyFiPYTHON_wrap.cxx.
{
Py_XINCREF(val);
return val;
}