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