PLearn 0.1
|
#include <PythonObjectWrapper.h>
Static Public Member Functions | |
static PPath | convert (PyObject *, bool print_traceback) |
Definition at line 321 of file PythonObjectWrapper.h.
PPath PLearn::ConvertFromPyObject< PPath >::convert | ( | PyObject * | pyobj, |
bool | print_traceback | ||
) | [static] |
Definition at line 180 of file PythonObjectWrapper.cc.
{ return PPath(ConvertFromPyObject<string>::convert(pyobj, print_traceback)); }