PLearn 0.1
|
#include <PythonObjectWrapper.h>
Static Public Member Functions | |
static PyObject * | newPyObject (const float &x) |
Definition at line 604 of file PythonObjectWrapper.h.
PyObject * PLearn::ConvertToPyObject< float >::newPyObject | ( | const float & | x | ) | [static] |
Definition at line 802 of file PythonObjectWrapper.cc.
{ return PyFloat_FromDouble(double(x)); }