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