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