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