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