PLearn 0.1
|
#include <PythonObjectWrapper.h>
Static Public Member Functions | |
static int | convert (PyObject *pyobj, bool print_traceback) |
Definition at line 259 of file PythonObjectWrapper.h.
static int PLearn::ConvertFromPyObject< int >::convert | ( | PyObject * | pyobj, |
bool | print_traceback | ||
) | [inline, static] |
Definition at line 261 of file PythonObjectWrapper.h.
{ return integerFromPyObject<int>(pyobj, print_traceback); }