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