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