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