PLearn 0.1
|
#include <PythonObjectWrapper.h>
Static Public Member Functions | |
static PyObject * | newPyObject (const int &x) |
Definition at line 558 of file PythonObjectWrapper.h.
static PyObject* PLearn::ConvertToPyObject< int >::newPyObject | ( | const int & | x | ) | [inline, static] |
Definition at line 560 of file PythonObjectWrapper.h.
References PLearn::integerToPyObject().
{ return integerToPyObject(x); }