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