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