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