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